#CABE19

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

Shades of Bird Flower #CABE19

Tints of Bird Flower #CABE19

Color information

#CABE19 (or 0xCABE19) is unknown color: approx Bird Flower. HEX triplet: CA, BE and 19. RGB value is (202,190,25). Sum of RGB (Red+Green+Blue) = 202+190+25=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABE19 is #3541E6. Grayscale: #AFAFAF. Windows color (decimal): -3490279 or 1687242. OLE color: 1687242.

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

Color convert

RGB20219025-
CMYK00.060.880.21
HSL55.93º77.97%44.51%-
HSV(B)55.93º87.62%79.22%-
XYZ42.9549.458.2-
YUV174.7843.48147.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 25 (10.16% from 255) = 6.00%
R=48.44%
G=45.56%
B=6.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021902500.060.880.2155.9377.9744.51
HexCABE19065815384e2d
Octal3122763106130257011655
Binary11001010101111101100101101011000101011110001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE19; }

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

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

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

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

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

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

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

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