#C9BE16

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

Shades of Bird Flower #C9BE16

Tints of Bird Flower #C9BE16

Color information

#C9BE16 (or 0xC9BE16) is unknown color: approx Bird Flower. HEX triplet: C9, BE and 16. RGB value is (201,190,22). Sum of RGB (Red+Green+Blue) = 201+190+22=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9BE16 is #3641E9. Grayscale: #AEAEAE. Windows color (decimal): -3555818 or 1490633. OLE color: 1490633.

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

Color convert

RGB20119022-
CMYK00.050.890.21
HSL56.31º80.27%43.73%-
HSV(B)56.31º89.05%78.82%-
XYZ42.6549.38.03-
YUV174.1442.14147.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.67%
GREEN value IS 190 (74.61% from 255) = 46.00%
BLUE value IS 22 (8.98% from 255) = 5.33%
R=48.67%
G=46.00%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011902200.050.890.2156.3180.2743.73
HexC9BE1605591538502c
Octal3112762605131257012054
Binary11001001101111101011001011011001101011110001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BE16; }

 p { color: rgb(201,190,22); }

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

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

 a { background-color: rgb(201,190,22); }

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

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

 span { border-color: rgb(201,190,22); }

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