Html Css Color HEX #C1B952 Olive Green

📋 copy color: '#C1B952'

red 193 ◦ green 185 ◦ blue 82

#C1B952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #C1B952

Tints of Olive Green #C1B952

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 value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C1B952 (or 0xC1B952) is known color: 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

RGB 193 185 82 -
CMYK 0 0.04 0.58 0.24
HSL 55.68º 0.47% 0.54% -
HSV(B) 55.68º 0.58% 0.76% -
XYZ 40.86 46.64 14.83 -
YUV 175.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 193 185 82 0 0.04 0.58 0.24 55.68 0.47 0.54
Hex C1 B9 52 0 4 3A 18 38 2F 36
Octal 301 271 122 0 4 72 30 70 57 66
Binary 11000001 10111001 1010010 0 100 111010 11000 111000 101111 110110

Color Harmonies of #C1B952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B952

Black with #C1B952

Text Example


Text Example

White with #C1B952

Text Example


Text Example

HTML Codes & Css Web 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>