Html Css Color HEX #C0B95B Olive Green

📋 copy color: '#C0B95B'

red 192 ◦ green 185 ◦ blue 91

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

Shades of Olive Green #C0B95B

Tints of Olive Green #C0B95B

RGB

 RED value IS 192 (75.39% from 255) = 41.03%

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

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

R = 41.03%
G = 39.53%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0B95B (or 0xC0B95B) is known color: Olive Green. HEX triplet: C0, B9 and 5B. RGB value is (192,185,91). Sum of RGB (Red+Green+Blue) = 192+185+91=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B95B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B95B is #3F46A4. Grayscale: #B0B0B0. Windows color (decimal): -4146853 or 6011328. OLE color: 6011328.

HSL color Cylindrical-coordinate representation of color #C0B95B: hue angle of 55.84º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C0B95B is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 91 -
CMYK 0 0.04 0.53 0.25
HSL 55.84º 0.44% 0.55% -
HSV(B) 55.84º 0.53% 0.75% -
XYZ 40.98 46.66 16.74 -
YUV 176.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 192 185 91 0 0.04 0.53 0.25 55.84 0.44 0.55
Hex C0 B9 5B 0 4 35 19 38 2C 37
Octal 300 271 133 0 4 65 31 70 54 67
Binary 11000000 10111001 1011011 0 100 110101 11001 111000 101100 110111

Color Harmonies of #C0B95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B95B

Black with #C0B95B

Text Example


Text Example

White with #C0B95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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