#CABC14

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

Shades of Bird Flower #CABC14

Tints of Bird Flower #CABC14

Color information

#CABC14 (or 0xCABC14) is unknown color: approx Bird Flower. HEX triplet: CA, BC and 14. RGB value is (202,188,20). Sum of RGB (Red+Green+Blue) = 202+188+20=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABC14 is #3543EB. Grayscale: #ADADAD. Windows color (decimal): -3490796 or 1359050. OLE color: 1359050.

HSL color Cylindrical-coordinate representation of color #CABC14: hue angle of 55.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CABC14 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20218820-
CMYK00.070.900.21
HSL55.38º81.98%43.53%-
HSV(B)55.38º90.1%79.22%-
XYZ42.4748.577.8-
YUV173.0341.64148.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 188 (73.83% from 255) = 45.85%
BLUE value IS 20 (8.20% from 255) = 4.88%
R=49.27%
G=45.85%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021882000.070.900.2155.3881.9843.53
HexCABC14075A1537522c
Octal3122742407132256712254
Binary11001010101111001010001111011010101011101111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC14; }

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

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

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

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

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

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

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

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