Html Css Color HEX #C0B758 Olive Green

📋 copy color: '#C0B758'

red 192 ◦ green 183 ◦ blue 88

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

Shades of Olive Green #C0B758

Tints of Olive Green #C0B758

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.52%

 BLUE value IS 88 (34.77% from 255) = 19.01%

R = 41.47%
G = 39.52%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C0B758 (or 0xC0B758) is known color: Olive Green. HEX triplet: C0, B7 and 58. RGB value is (192,183,88). Sum of RGB (Red+Green+Blue) = 192+183+88=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B758 is #3F48A7. Grayscale: #AFAFAF. Windows color (decimal): -4147368 or 5814208. OLE color: 5814208.

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

Color convert

RGB 192 183 88 -
CMYK 0 0.05 0.54 0.25
HSL 54.81º 0.45% 0.55% -
HSV(B) 54.81º 0.54% 0.75% -
XYZ 40.43 45.78 15.94 -
YUV 174.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 192 183 88 0 0.05 0.54 0.25 54.81 0.45 0.55
Hex C0 B7 58 0 5 36 19 37 2D 37
Octal 300 267 130 0 5 66 31 67 55 67
Binary 11000000 10110111 1011000 0 101 110110 11001 110111 101101 110111

Color Harmonies of #C0B758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B758

Black with #C0B758

Text Example


Text Example

White with #C0B758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B758; }

 p { color: rgb(192,183,88); }

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

background-color css

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

 a { background-color: rgb(192,183,88); }

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

border-color css

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

 span { border-color: rgb(192,183,88); }

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