#C4BC21

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

Shades of Bird Flower #C4BC21

Tints of Bird Flower #C4BC21

Color information

#C4BC21 (or 0xC4BC21) is unknown color: approx Bird Flower. HEX triplet: C4, BC and 21. RGB value is (196,188,33). Sum of RGB (Red+Green+Blue) = 196+188+33=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC21 is #3B43DE. Grayscale: #ADADAD. Windows color (decimal): -3883999 or 2211012. OLE color: 2211012.

HSL color Cylindrical-coordinate representation of color #C4BC21: hue angle of 57.06º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C4BC21 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB19618833-
CMYK00.040.830.23
HSL57.06º71.18%44.9%-
HSV(B)57.06º83.16%76.86%-
XYZ41.0247.818.51-
YUV172.7249.15144.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 188 (73.83% from 255) = 45.08%
BLUE value IS 33 (13.28% from 255) = 7.91%
R=47.00%
G=45.08%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961883300.040.830.2357.0671.1844.9
HexC4BC2104531739472d
Octal3042744104123277110755
Binary110001001011110010000101001010011101111110011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC21; }

 p { color: rgb(196,188,33); }

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

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

 a { background-color: rgb(196,188,33); }

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

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

 span { border-color: rgb(196,188,33); }

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