#CABC12

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

Shades of Bird Flower #CABC12

Tints of Bird Flower #CABC12

Color information

#CABC12 (or 0xCABC12) is unknown color: approx Bird Flower. HEX triplet: CA, BC and 12. RGB value is (202,188,18). Sum of RGB (Red+Green+Blue) = 202+188+18=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 18 (7.42% from 255 or 4.41% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABC12 is #3543ED. Grayscale: #ADADAD. Windows color (decimal): -3490798 or 1227978. OLE color: 1227978.

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

Color convert

RGB20218818-
CMYK00.070.910.21
HSL55.43º83.64%43.14%-
HSV(B)55.43º91.09%79.22%-
XYZ42.4548.577.71-
YUV172.8140.64148.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 188 (73.83% from 255) = 46.08%
BLUE value IS 18 (7.42% from 255) = 4.41%
R=49.51%
G=46.08%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021881800.070.910.2155.4383.6443.14
HexCABC12075B1537542b
Octal3122742207133256712453
Binary11001010101111001001001111011011101011101111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC12; }

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

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

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

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

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

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

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

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