Html Css Color HEX #CBCC09 Bird Flower

📋 copy color: '#CBCC09'

red 203 ◦ green 204 ◦ blue 9

#CBCC09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #CBCC09

Tints of Bird Flower #CBCC09

RGB

 RED value IS 203 (79.69% from 255) = 48.8%

 GREEN value IS 204 (80.08% from 255) = 49.04%

 BLUE value IS 9 (3.91% from 255) = 2.16%

R = 48.8%
G = 49.04%
B = 2.16%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CBCC09 (or 0xCBCC09) is known color: Bird Flower. HEX triplet: CB, CC and 09. RGB value is (203,204,9). Sum of RGB (Red+Green+Blue) = 203+204+9=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCC09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCC09 is #3433F6. Grayscale: #B6B6B6. Windows color (decimal): -3421175 or 642251. OLE color: 642251.

HSL color Cylindrical-coordinate representation of color #CBCC09: hue angle of 60.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBCC09 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 204 9 -
CMYK 0.00 0 0.96 0.2
HSL 60.31º 0.92% 0.42% -
HSV(B) 60.31º 0.96% 0.8% -
XYZ 46.27 55.9 8.61 -
YUV 181.47 30.67 143.36 -
System Red Green Blue C M Y K H S L
Decimal 203 204 9 0.00 0 0.96 0.2 60.31 0.92 0.42
Hex CB CC 9 0 0 60 14 3C 5C 2A
Octal 313 314 11 0 0 140 24 74 134 52
Binary 11001011 11001100 1001 0 0 1100000 10100 111100 1011100 101010

Color Harmonies of #CBCC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCC09

Black with #CBCC09

Text Example


Text Example

White with #CBCC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCC09; }

 p { color: rgb(203,204,9); }

 H1.HeaderClassName
 {
   color: #CBCC09;
 }
 .AnyTagClassName
 {
   color: #CBCC09;
 }
</style>

background-color css

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

 a { background-color: rgb(203,204,9); }

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

border-color css

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

 span { border-color: rgb(203,204,9); }

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