#CBD60E

Color #CBD60E Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #CBD60E

Tints of Bird Flower #CBD60E

Color information

#CBD60E (or 0xCBD60E) is unknown color: approx Bird Flower. HEX triplet: CB, D6 and 0E. RGB value is (203,214,14). Sum of RGB (Red+Green+Blue) = 203+214+14=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD60E is #3429F1. Grayscale: #BCBCBC. Windows color (decimal): -3418610 or 972491. OLE color: 972491.

HSL color Cylindrical-coordinate representation of color #CBD60E: hue angle of 63.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBD60E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB20321414-
CMYK0.0500.930.16
HSL63.3º87.72%44.71%-
HSV(B)63.3º93.46%83.92%-
XYZ48.7560.829.59-
YUV187.9129.86138.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 214 (83.98% from 255) = 49.65%
BLUE value IS 14 (5.86% from 255) = 3.25%
R=47.10%
G=49.65%
B=3.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203214140.0500.930.1663.387.7244.71
HexCBD6E505D103f582d
Octal3133261650135207713055
Binary1100101111010110111010101011101100001111111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD60E; }

 p { color: rgb(203,214,14); }

 H1.HeaderClassName
 {
   color: #CBD60E;
 }
 .AnyTagClassName
 {
   color: #CBD60E;
 }
</style>
background-color css

<style>
 a { background-color: #CBD60E; }

 a { background-color: rgb(203,214,14); }

 div.DivClassName
 {
   background-color: #CBD60E;
 }
 .BgClassName
 {
   background-color: #CBD60E;
 }
</style>
border-color css

<style>
 span { border-color: #CBD60E; }

 span { border-color: rgb(203,214,14); }

 td.TdClassName
 {
   border-color: #CBD60E;
 }
 .TagClassName
 {
   border-color: #CBD60E;
 }
</style>