Html Css Color HEX #C2B958 Olive Green

📋 copy color: '#C2B958'

red 194 ◦ green 185 ◦ blue 88

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

Shades of Olive Green #C2B958

Tints of Olive Green #C2B958

RGB

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

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

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

R = 41.54%
G = 39.61%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C2B958 (or 0xC2B958) is known color: Olive Green. HEX triplet: C2, B9 and 58. RGB value is (194,185,88). Sum of RGB (Red+Green+Blue) = 194+185+88=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B958 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B958 is #3D46A7. Grayscale: #B1B1B1. Windows color (decimal): -4015784 or 5814722. OLE color: 5814722.

HSL color Cylindrical-coordinate representation of color #C2B958: hue angle of 54.91º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2B958 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 185 88 -
CMYK 0 0.05 0.55 0.24
HSL 54.91º 0.46% 0.55% -
HSV(B) 54.91º 0.55% 0.76% -
XYZ 41.36 46.87 16.1 -
YUV 176.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 194 185 88 0 0.05 0.55 0.24 54.91 0.46 0.55
Hex C2 B9 58 0 5 37 18 37 2E 37
Octal 302 271 130 0 5 67 30 67 56 67
Binary 11000010 10111001 1011000 0 101 110111 11000 110111 101110 110111

Color Harmonies of #C2B958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B958

Black with #C2B958

Text Example


Text Example

White with #C2B958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B958; }

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

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

background-color css

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

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

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

border-color css

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

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

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