#C4B81B

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

Shades of Bird Flower #C4B81B

Tints of Bird Flower #C4B81B

Color information

#C4B81B (or 0xC4B81B) is unknown color: approx Bird Flower. HEX triplet: C4, B8 and 1B. RGB value is (196,184,27). Sum of RGB (Red+Green+Blue) = 196+184+27=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B81B is #3B47E4. Grayscale: #AAAAAA. Windows color (decimal): -3885029 or 1816772. OLE color: 1816772.

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

Color convert

RGB19618427-
CMYK00.060.860.23
HSL55.74º75.78%43.73%-
HSV(B)55.74º86.22%76.86%-
XYZ40.146.17.82-
YUV169.6947.48146.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.16%
GREEN value IS 184 (72.27% from 255) = 45.21%
BLUE value IS 27 (10.94% from 255) = 6.63%
R=48.16%
G=45.21%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961842700.060.860.2355.7475.7843.73
HexC4B81B065617384c2c
Octal3042703306126277011454
Binary11000100101110001101101101010110101111110001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B81B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B81B; }

 p { color: rgb(196,184,27); }

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

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

 a { background-color: rgb(196,184,27); }

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

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

 span { border-color: rgb(196,184,27); }

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