#CAB012

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

Shades of Bird Flower #CAB012

Tints of Bird Flower #CAB012

Color information

#CAB012 (or 0xCAB012) is unknown color: approx Bird Flower. HEX triplet: CA, B0 and 12. RGB value is (202,176,18). Sum of RGB (Red+Green+Blue) = 202+176+18=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAB012 is #354FED. Grayscale: #A6A6A6. Windows color (decimal): -3493870 or 1224906. OLE color: 1224906.

HSL color Cylindrical-coordinate representation of color #CAB012: hue angle of 51.52º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAB012 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB20217618-
CMYK00.130.910.21
HSL51.52º83.64%43.14%-
HSV(B)51.52º91.09%79.22%-
XYZ39.9943.656.89-
YUV165.7644.61153.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 18 (7.42% from 255) = 4.55%
R=51.01%
G=44.44%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021761800.130.910.2151.5283.6443.14
HexCAB0120D5B1534542b
Octal31226022015133256412453
Binary110010101011000010010011011011011101011101001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB012; }

 p { color: rgb(202,176,18); }

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

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

 a { background-color: rgb(202,176,18); }

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

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

 span { border-color: rgb(202,176,18); }

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