Html Css Color HEX #C2B95B Olive Green

📋 copy color: '#C2B95B'

red 194 ◦ green 185 ◦ blue 91

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

Shades of Olive Green #C2B95B

Tints of Olive Green #C2B95B

RGB

 RED value IS 194 (76.17% from 255) = 41.28%

 GREEN value IS 185 (72.66% from 255) = 39.36%

 BLUE value IS 91 (35.94% from 255) = 19.36%

R = 41.28%
G = 39.36%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2B95B (or 0xC2B95B) is known color: Olive Green. HEX triplet: C2, B9 and 5B. RGB value is (194,185,91). Sum of RGB (Red+Green+Blue) = 194+185+91=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B95B is #3D46A4. Grayscale: #B1B1B1. Windows color (decimal): -4015781 or 6011330. OLE color: 6011330.

HSL color Cylindrical-coordinate representation of color #C2B95B: hue angle of 54.76º degrees, saturation: 0.46, 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 #C2B95B is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 91 -
CMYK 0 0.05 0.53 0.24
HSL 54.76º 0.46% 0.56% -
HSV(B) 54.76º 0.53% 0.76% -
XYZ 41.49 46.92 16.77 -
YUV 176.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 194 185 91 0 0.05 0.53 0.24 54.76 0.46 0.56
Hex C2 B9 5B 0 5 35 18 37 2E 38
Octal 302 271 133 0 5 65 30 67 56 70
Binary 11000010 10111001 1011011 0 101 110101 11000 110111 101110 111000

Color Harmonies of #C2B95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B95B

Black with #C2B95B

Text Example


Text Example

White with #C2B95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B95B; }

 p { color: rgb(194,185,91); }

 H1.HeaderClassName
 {
   color: #C2B95B;
 }
 .AnyTagClassName
 {
   color: #C2B95B;
 }
</style>

background-color css

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

 a { background-color: rgb(194,185,91); }

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

border-color css

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

 span { border-color: rgb(194,185,91); }

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