Html Css Color HEX #C5BE51 Olive Green

📋 copy color: '#C5BE51'

red 197 ◦ green 190 ◦ blue 81

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

Shades of Olive Green #C5BE51

Tints of Olive Green #C5BE51

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.6%

 BLUE value IS 81 (32.03% from 255) = 17.31%

R = 42.09%
G = 40.6%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5BE51 (or 0xC5BE51) is known color: Olive Green. HEX triplet: C5, BE and 51. RGB value is (197,190,81). Sum of RGB (Red+Green+Blue) = 197+190+81=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 81 (32.03% from 255 or 17.31% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE51 is #3A41AE. Grayscale: #B4B4B4. Windows color (decimal): -3817903 or 5357253. OLE color: 5357253.

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

Color convert

RGB 197 190 81 -
CMYK 0 0.04 0.59 0.23
HSL 56.38º 0.5% 0.55% -
HSV(B) 56.38º 0.59% 0.77% -
XYZ 42.92 49.29 15.04 -
YUV 179.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 197 190 81 0 0.04 0.59 0.23 56.38 0.5 0.55
Hex C5 BE 51 0 4 3B 17 38 32 37
Octal 305 276 121 0 4 73 27 70 62 67
Binary 11000101 10111110 1010001 0 100 111011 10111 111000 110010 110111

Color Harmonies of #C5BE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE51

Black with #C5BE51

Text Example


Text Example

White with #C5BE51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE51; }

 p { color: rgb(197,190,81); }

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

background-color css

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

 a { background-color: rgb(197,190,81); }

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

border-color css

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

 span { border-color: rgb(197,190,81); }

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