Html Css Color HEX #C0B95C Olive Green

📋 copy color: '#C0B95C'

red 192 ◦ green 185 ◦ blue 92

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

Shades of Olive Green #C0B95C

Tints of Olive Green #C0B95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.62%

R = 40.94%
G = 39.45%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0B95C (or 0xC0B95C) is known color: Olive Green. HEX triplet: C0, B9 and 5C. RGB value is (192,185,92). Sum of RGB (Red+Green+Blue) = 192+185+92=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B95C is #3F46A3. Grayscale: #B0B0B0. Windows color (decimal): -4146852 or 6076864. OLE color: 6076864.

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

Color convert

RGB 192 185 92 -
CMYK 0 0.04 0.52 0.25
HSL 55.8º 0.44% 0.56% -
HSV(B) 55.8º 0.52% 0.75% -
XYZ 41.02 46.68 16.97 -
YUV 176.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 192 185 92 0 0.04 0.52 0.25 55.8 0.44 0.56
Hex C0 B9 5C 0 4 34 19 38 2C 38
Octal 300 271 134 0 4 64 31 70 54 70
Binary 11000000 10111001 1011100 0 100 110100 11001 111000 101100 111000

Color Harmonies of #C0B95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B95C

Black with #C0B95C

Text Example


Text Example

White with #C0B95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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