#c1b75b

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

Shades of Olive Green #C1B75B

Tints of Olive Green #C1B75B

Color information

#C1B75B (or 0xC1B75B) is unknown color: approx Olive Green. HEX triplet: C1, B7 and 5B. RGB value is (193,183,91). Sum of RGB (Red+Green+Blue) = 193+183+91=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B75B is #3E48A4. Grayscale: #AFAFAF. Windows color (decimal): -4081829 or 6010817. OLE color: 6010817.

HSL color Cylindrical-coordinate representation of color #C1B75B: hue angle of 54.12º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1B75B is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB19318391-
CMYK00.050.530.24
HSL54.12º45.13%55.69%-
HSV(B)54.12º52.85%75.69%-
XYZ40.8145.9616.62-
YUV175.580.31140.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=41.33%
G=39.19%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931839100.050.530.2454.1245.1355.69
HexC1B75B053518362d38
Octal301267133056530665570
Binary11000001101101111011011010111010111000110110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b75b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b75b; }

 p { color: rgb(193,183,91); }

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

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

 a { background-color: rgb(193,183,91); }

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

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

 span { border-color: rgb(193,183,91); }

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