#CABA15

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

Shades of Bird Flower #CABA15

Tints of Bird Flower #CABA15

Color information

#CABA15 (or 0xCABA15) is unknown color: approx Bird Flower. HEX triplet: CA, BA and 15. RGB value is (202,186,21). Sum of RGB (Red+Green+Blue) = 202+186+21=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA15 is #3545EA. Grayscale: #ACACAC. Windows color (decimal): -3491307 or 1424074. OLE color: 1424074.

HSL color Cylindrical-coordinate representation of color #CABA15: hue angle of 54.7º degrees, saturation: 0.81, 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 #CABA15 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB20218621-
CMYK00.080.900.21
HSL54.7º81.17%43.73%-
HSV(B)54.7º89.6%79.22%-
XYZ42.0547.737.71-
YUV171.9742.8149.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 21 (8.59% from 255) = 5.13%
R=49.39%
G=45.48%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021862100.080.900.2154.781.1743.73
HexCABA15085A1537512c
Octal31227225010132256712154
Binary110010101011101010101010001011010101011101111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA15; }

 p { color: rgb(202,186,21); }

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

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

 a { background-color: rgb(202,186,21); }

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

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

 span { border-color: rgb(202,186,21); }

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