#CABE17

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

Shades of Bird Flower #CABE17

Tints of Bird Flower #CABE17

Color information

#CABE17 (or 0xCABE17) is unknown color: approx Bird Flower. HEX triplet: CA, BE and 17. RGB value is (202,190,23). Sum of RGB (Red+Green+Blue) = 202+190+23=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABE17 is #3541E8. Grayscale: #AFAFAF. Windows color (decimal): -3490281 or 1556170. OLE color: 1556170.

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

Color convert

RGB20219023-
CMYK00.060.890.21
HSL55.98º79.56%44.12%-
HSV(B)55.98º88.61%79.22%-
XYZ42.9349.458.09-
YUV174.5542.48147.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 23 (9.38% from 255) = 5.54%
R=48.67%
G=45.78%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021902300.060.890.2155.9879.5644.12
HexCABE1706591538502c
Octal3122762706131257012054
Binary11001010101111101011101101011001101011110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE17; }

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

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

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

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

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

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

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

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