Html Css Color HEX #C5BF56 Olive Green

📋 copy color: '#C5BF56'

red 197 ◦ green 191 ◦ blue 86

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

Shades of Olive Green #C5BF56

Tints of Olive Green #C5BF56

RGB

 RED value IS 197 (77.34% from 255) = 41.56%

 GREEN value IS 191 (75% from 255) = 40.3%

 BLUE value IS 86 (33.98% from 255) = 18.14%

R = 41.56%
G = 40.3%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C5BF56 (or 0xC5BF56) is known color: Olive Green. HEX triplet: C5, BF and 56. RGB value is (197,191,86). Sum of RGB (Red+Green+Blue) = 197+191+86=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF56 is #3A40A9. Grayscale: #B5B5B5. Windows color (decimal): -3817642 or 5685189. OLE color: 5685189.

HSL color Cylindrical-coordinate representation of color #C5BF56: hue angle of 56.76º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5BF56 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 86 -
CMYK 0 0.03 0.56 0.23
HSL 56.76º 0.49% 0.55% -
HSV(B) 56.76º 0.56% 0.77% -
XYZ 43.34 49.8 16.13 -
YUV 180.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 197 191 86 0 0.03 0.56 0.23 56.76 0.49 0.55
Hex C5 BF 56 0 3 38 17 39 31 37
Octal 305 277 126 0 3 70 27 71 61 67
Binary 11000101 10111111 1010110 0 11 111000 10111 111001 110001 110111

Color Harmonies of #C5BF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF56

Black with #C5BF56

Text Example


Text Example

White with #C5BF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF56; }

 p { color: rgb(197,191,86); }

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

background-color css

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

 a { background-color: rgb(197,191,86); }

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

border-color css

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

 span { border-color: rgb(197,191,86); }

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