#CABA17

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

Shades of Bird Flower #CABA17

Tints of Bird Flower #CABA17

Color information

#CABA17 (or 0xCABA17) is unknown color: approx Bird Flower. HEX triplet: CA, BA and 17. RGB value is (202,186,23). Sum of RGB (Red+Green+Blue) = 202+186+23=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 23 (9.38% from 255 or 5.60% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA17 is #3545E8. Grayscale: #ACACAC. Windows color (decimal): -3491305 or 1555146. OLE color: 1555146.

HSL color Cylindrical-coordinate representation of color #CABA17: hue angle of 54.64º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CABA17 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20218623-
CMYK00.080.890.21
HSL54.64º79.56%44.12%-
HSV(B)54.64º88.61%79.22%-
XYZ42.0747.747.81-
YUV172.243.8149.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.15%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 23 (9.38% from 255) = 5.60%
R=49.15%
G=45.26%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021862300.080.890.2154.6479.5644.12
HexCABA1708591537502c
Octal31227227010131256712054
Binary110010101011101010111010001011001101011101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA17; }

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

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

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

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

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

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

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

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