#C1BC52

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

Shades of Olive Green #C1BC52

Tints of Olive Green #C1BC52

Color information

#C1BC52 (or 0xC1BC52) is unknown color: approx Olive Green. HEX triplet: C1, BC and 52. RGB value is (193,188,82). Sum of RGB (Red+Green+Blue) = 193+188+82=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC52 is #3E43AD. Grayscale: #B1B1B1. Windows color (decimal): -4080558 or 5422273. OLE color: 5422273.

HSL color Cylindrical-coordinate representation of color #C1BC52: hue angle of 57.3º 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 #C1BC52 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19318882-
CMYK00.030.580.24
HSL57.3º47.23%53.92%-
HSV(B)57.3º57.51%75.69%-
XYZ41.547.9115.04-
YUV177.4174.16139.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 82 (32.42% from 255) = 17.71%
R=41.68%
G=40.60%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931888200.030.580.2457.347.2353.92
HexC1BC52033A18392f36
Octal301274122037230715766
Binary1100000110111100101001001111101011000111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BC52; }

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

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

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

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

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

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

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

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