#CAB519

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

Shades of Bird Flower #CAB519

Tints of Bird Flower #CAB519

Color information

#CAB519 (or 0xCAB519) is unknown color: approx Bird Flower. HEX triplet: CA, B5 and 19. RGB value is (202,181,25). Sum of RGB (Red+Green+Blue) = 202+181+25=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 25 (10.16% from 255 or 6.13% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAB519 is #354AE6. Grayscale: #AAAAAA. Windows color (decimal): -3492583 or 1684938. OLE color: 1684938.

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

Color convert

RGB20218125-
CMYK00.100.880.21
HSL52.88º77.97%44.51%-
HSV(B)52.88º87.62%79.22%-
XYZ41.0645.677.57-
YUV169.4946.46151.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.51%
GREEN value IS 181 (71.09% from 255) = 44.36%
BLUE value IS 25 (10.16% from 255) = 6.13%
R=49.51%
G=44.36%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021812500.100.880.2152.8877.9744.51
HexCAB5190A5815354e2d
Octal31226531012130256511655
Binary110010101011010111001010101011000101011101011001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB519; }

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

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

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

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

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

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

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

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