#CBAE02

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

Shades of Bird Flower #CBAE02

Tints of Bird Flower #CBAE02

Color information

#CBAE02 (or 0xCBAE02) is unknown color: approx Bird Flower. HEX triplet: CB, AE and 02. RGB value is (203,174,2). Sum of RGB (Red+Green+Blue) = 203+174+2=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAE02 is #3451FD. Grayscale: #A3A3A3. Windows color (decimal): -3428862 or 175819. OLE color: 175819.

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

Color convert

RGB2031742-
CMYK00.140.990.20
HSL51.34º98.05%40.2%-
HSV(B)51.34º99.01%79.61%-
XYZ39.7842.976.26-
YUV163.0637.11156.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 2 (1.17% from 255) = 0.53%
R=53.56%
G=45.91%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203174200.140.990.2051.3498.0540.2
HexCBAE20E6314336228
Octal3132562016143246314250
Binary110010111010111010011101100011101001100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE02; }

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

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

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

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

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

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

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

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