#C3BF54

Color #C3BF54 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #C3BF54

Tints of Olive Green #C3BF54

Color information

#C3BF54 (or 0xC3BF54) is unknown color: approx Olive Green. HEX triplet: C3, BF and 54. RGB value is (195,191,84). Sum of RGB (Red+Green+Blue) = 195+191+84=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BF54 is #3C40AB. Grayscale: #B4B4B4. Windows color (decimal): -3948716 or 5554115. OLE color: 5554115.

HSL color Cylindrical-coordinate representation of color #C3BF54: hue angle of 57.84º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3BF54 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19519184-
CMYK00.020.570.24
HSL57.84º48.05%54.71%-
HSV(B)57.84º56.92%76.47%-
XYZ42.7449.515.69-
YUV18073.83138.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 84 (33.20% from 255) = 17.87%
R=41.49%
G=40.64%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951918400.020.570.2457.8448.0554.71
HexC3BF540239183a3037
Octal303277124027130726067
Binary1100001110111111101010001011100111000111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BF54; }

 p { color: rgb(195,191,84); }

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

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

 a { background-color: rgb(195,191,84); }

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

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

 span { border-color: rgb(195,191,84); }

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