Html Css Color HEX #CBAE00 Bird Flower

📋 copy color: '#CBAE00'

red 203 ◦ green 174 ◦ blue 0

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

Shades of Bird Flower #CBAE00

Tints of Bird Flower #CBAE00

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.15%

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

R = 53.85%
G = 46.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#CBAE00 (or 0xCBAE00) is known color: Bird Flower. HEX triplet: CB, AE and 00. RGB value is (203,174,0). Sum of RGB (Red+Green+Blue) = 203+174+0=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAE00 is #3451FF. Grayscale: #A3A3A3. Windows color (decimal): -3428864 or 44747. OLE color: 44747.

HSL color Cylindrical-coordinate representation of color #CBAE00: hue angle of 51.43º 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 #CBAE00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 0 -
CMYK 0 0.14 1 0.20
HSL 51.43º 1% 0.4% -
HSV(B) 51.43º 1% 0.8% -
XYZ 39.76 42.97 6.2 -
YUV 162.84 36.11 156.65 -
System Red Green Blue C M Y K H S L
Decimal 203 174 0 0 0.14 1 0.20 51.43 1 0.4
Hex CB AE 0 0 E 64 14 33 64 28
Octal 313 256 0 0 16 144 24 63 144 50
Binary 11001011 10101110 0 0 1110 1100100 10100 110011 1100100 101000

Color Harmonies of #CBAE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE00

Black with #CBAE00

Text Example


Text Example

White with #CBAE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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