#CABB10

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

Shades of Bird Flower #CABB10

Tints of Bird Flower #CABB10

Color information

#CABB10 (or 0xCABB10) is unknown color: approx Bird Flower. HEX triplet: CA, BB and 10. RGB value is (202,187,16). Sum of RGB (Red+Green+Blue) = 202+187+16=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABB10 is #3544EF. Grayscale: #ACACAC. Windows color (decimal): -3491056 or 1096650. OLE color: 1096650.

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

Color convert

RGB20218716-
CMYK00.070.920.21
HSL55.16º85.32%42.75%-
HSV(B)55.16º92.08%79.22%-
XYZ42.2248.137.56-
YUV171.9939.97149.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.88%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 16 (6.64% from 255) = 3.95%
R=49.88%
G=46.17%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021871600.070.920.2155.1685.3242.75
HexCABB10075C1537552b
Octal3122732007134256712553
Binary11001010101110111000001111011100101011101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABB10; }

 p { color: rgb(202,187,16); }

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

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

 a { background-color: rgb(202,187,16); }

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

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

 span { border-color: rgb(202,187,16); }

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