#CABE07

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

Shades of Bird Flower #CABE07

Tints of Bird Flower #CABE07

Color information

#CABE07 (or 0xCABE07) is unknown color: approx Bird Flower. HEX triplet: CA, BE and 07. RGB value is (202,190,7). Sum of RGB (Red+Green+Blue) = 202+190+7=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CABE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABE07 is #3541F8. Grayscale: #ADADAD. Windows color (decimal): -3490297 or 507594. OLE color: 507594.

HSL color Cylindrical-coordinate representation of color #CABE07: hue angle of 56.31º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CABE07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB2021907-
CMYK00.060.970.21
HSL56.31º93.3%40.98%-
HSV(B)56.31º96.53%79.22%-
XYZ42.8149.47.48-
YUV172.7334.48148.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.63%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 7 (3.12% from 255) = 1.75%
R=50.63%
G=47.62%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202190700.060.970.2156.3193.340.98
HexCABE7066115385d29
Octal312276706141257013551
Binary110010101011111011101101100001101011110001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABE07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABE07; }

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

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

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

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

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

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

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

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