#C4BE18

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

Shades of Bird Flower #C4BE18

Tints of Bird Flower #C4BE18

Color information

#C4BE18 (or 0xC4BE18) is unknown color: approx Bird Flower. HEX triplet: C4, BE and 18. RGB value is (196,190,24). Sum of RGB (Red+Green+Blue) = 196+190+24=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BE18 is #3B41E7. Grayscale: #ADADAD. Windows color (decimal): -3883496 or 1621700. OLE color: 1621700.

HSL color Cylindrical-coordinate representation of color #C4BE18: hue angle of 57.91º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4BE18 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB19619024-
CMYK00.030.880.23
HSL57.91º78.18%43.14%-
HSV(B)57.91º87.76%76.86%-
XYZ41.3448.638.07-
YUV172.8743.99144.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.80%
GREEN value IS 190 (74.61% from 255) = 46.34%
BLUE value IS 24 (9.77% from 255) = 5.85%
R=47.80%
G=46.34%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961902400.030.880.2357.9178.1843.14
HexC4BE180358173a4e2b
Octal3042763003130277211653
Binary1100010010111110110000111011000101111110101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE18; }

 p { color: rgb(196,190,24); }

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

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

 a { background-color: rgb(196,190,24); }

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

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

 span { border-color: rgb(196,190,24); }

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