Html Css Color HEX #CBBC00 Bird Flower

📋 copy color: '#CBBC00'

red 203 ◦ green 188 ◦ blue 0

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

Shades of Bird Flower #CBBC00

Tints of Bird Flower #CBBC00

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.92%
G = 48.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBBC00 (or 0xCBBC00) is known color: Bird Flower. HEX triplet: CB, BC and 00. RGB value is (203,188,0). Sum of RGB (Red+Green+Blue) = 203+188+0=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBC00 is #3443FF. Grayscale: #ABABAB. Windows color (decimal): -3425280 or 48331. OLE color: 48331.

HSL color Cylindrical-coordinate representation of color #CBBC00: hue angle of 55.57º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBBC00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 188 0 -
CMYK 0 0.07 1 0.20
HSL 55.57º 1% 0.4% -
HSV(B) 55.57º 1% 0.8% -
XYZ 42.61 48.66 7.15 -
YUV 171.05 31.47 150.79 -
System Red Green Blue C M Y K H S L
Decimal 203 188 0 0 0.07 1 0.20 55.57 1 0.4
Hex CB BC 0 0 7 64 14 38 64 28
Octal 313 274 0 0 7 144 24 70 144 50
Binary 11001011 10111100 0 0 111 1100100 10100 111000 1100100 101000

Color Harmonies of #CBBC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC00

Black with #CBBC00

Text Example


Text Example

White with #CBBC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC00; }

 p { color: rgb(203,188,0); }

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

background-color css

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

 a { background-color: rgb(203,188,0); }

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

border-color css

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

 span { border-color: rgb(203,188,0); }

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