#CABC19

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

Shades of Bird Flower #CABC19

Tints of Bird Flower #CABC19

Color information

#CABC19 (or 0xCABC19) is unknown color: approx Bird Flower. HEX triplet: CA, BC and 19. RGB value is (202,188,25). Sum of RGB (Red+Green+Blue) = 202+188+25=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CABC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABC19 is #3543E6. Grayscale: #AEAEAE. Windows color (decimal): -3490791 or 1686730. OLE color: 1686730.

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

Color convert

RGB20218825-
CMYK00.070.880.21
HSL55.25º77.97%44.51%-
HSV(B)55.25º87.62%79.22%-
XYZ42.5248.598.06-
YUV173.644.14148.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 188 (73.83% from 255) = 45.30%
BLUE value IS 25 (10.16% from 255) = 6.02%
R=48.67%
G=45.30%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021882500.070.880.2155.2577.9744.51
HexCABC19075815374e2d
Octal3122743107130256711655
Binary11001010101111001100101111011000101011101111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABC19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABC19; }

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

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

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

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

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

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

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

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