#C1B952

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

Shades of Olive Green #C1B952

Tints of Olive Green #C1B952

Color information

#C1B952 (or 0xC1B952) is unknown color: approx Olive Green. HEX triplet: C1, B9 and 52. RGB value is (193,185,82). Sum of RGB (Red+Green+Blue) = 193+185+82=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B952 is #3E46AD. Grayscale: #B0B0B0. Windows color (decimal): -4081326 or 5421505. OLE color: 5421505.

HSL color Cylindrical-coordinate representation of color #C1B952: hue angle of 55.68º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1B952 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19318582-
CMYK00.040.580.24
HSL55.68º47.23%53.92%-
HSV(B)55.68º57.51%75.69%-
XYZ40.8646.6414.83-
YUV175.6575.15140.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 82 (32.42% from 255) = 17.83%
R=41.96%
G=40.22%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931858200.040.580.2455.6847.2353.92
HexC1B952043A18382f36
Octal301271122047230705766
Binary11000001101110011010010010011101011000111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B952; }

 p { color: rgb(193,185,82); }

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

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

 a { background-color: rgb(193,185,82); }

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

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

 span { border-color: rgb(193,185,82); }

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