#CABC10

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

Shades of Bird Flower #CABC10

Tints of Bird Flower #CABC10

Color information

#CABC10 (or 0xCABC10) is unknown color: approx Bird Flower. HEX triplet: CA, BC and 10. RGB value is (202,188,16). Sum of RGB (Red+Green+Blue) = 202+188+16=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABC10 is #3543EF. Grayscale: #ADADAD. Windows color (decimal): -3490800 or 1096906. OLE color: 1096906.

HSL color Cylindrical-coordinate representation of color #CABC10: hue angle of 55.48º 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 #CABC10 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB20218816-
CMYK00.070.920.21
HSL55.48º85.32%42.75%-
HSV(B)55.48º92.08%79.22%-
XYZ42.4348.567.63-
YUV172.5839.64148.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.75%
GREEN value IS 188 (73.83% from 255) = 46.31%
BLUE value IS 16 (6.64% from 255) = 3.94%
R=49.75%
G=46.31%
B=3.94%

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
Decimal2021881600.070.920.2155.4885.3242.75
HexCABC10075C1537552b
Octal3122742007134256712553
Binary11001010101111001000001111011100101011101111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC10; }

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

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

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

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

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

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

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

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