#C4B51E

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

Shades of Bird Flower #C4B51E

Tints of Bird Flower #C4B51E

Color information

#C4B51E (or 0xC4B51E) is unknown color: approx Bird Flower. HEX triplet: C4, B5 and 1E. RGB value is (196,181,30). Sum of RGB (Red+Green+Blue) = 196+181+30=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B51E is #3B4AE1. Grayscale: #A8A8A8. Windows color (decimal): -3885794 or 2012612. OLE color: 2012612.

HSL color Cylindrical-coordinate representation of color #C4B51E: hue angle of 54.58º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4B51E is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB19618130-
CMYK00.080.850.23
HSL54.58º73.45%44.31%-
HSV(B)54.58º84.69%76.86%-
XYZ39.5244.887.81-
YUV168.2749.97147.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.16%
GREEN value IS 181 (71.09% from 255) = 44.47%
BLUE value IS 30 (12.11% from 255) = 7.37%
R=48.16%
G=44.47%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961813000.080.850.2354.5873.4544.31
HexC4B51E08551737492c
Octal30426536010125276711154
Binary110001001011010111110010001010101101111101111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B51E; }

 p { color: rgb(196,181,30); }

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

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

 a { background-color: rgb(196,181,30); }

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

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

 span { border-color: rgb(196,181,30); }

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