Html Css Color HEX #C5BE57 Olive Green

📋 copy color: '#C5BE57'

red 197 ◦ green 190 ◦ blue 87

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

Shades of Olive Green #C5BE57

Tints of Olive Green #C5BE57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.35%

R = 41.56%
G = 40.08%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C5BE57 (or 0xC5BE57) is known color: Olive Green. HEX triplet: C5, BE and 57. RGB value is (197,190,87). Sum of RGB (Red+Green+Blue) = 197+190+87=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE57 is #3A41A8. Grayscale: #B4B4B4. Windows color (decimal): -3817897 or 5750469. OLE color: 5750469.

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

Color convert

RGB 197 190 87 -
CMYK 0 0.04 0.56 0.23
HSL 56.18º 0.49% 0.56% -
HSV(B) 56.18º 0.56% 0.77% -
XYZ 43.16 49.39 16.27 -
YUV 180.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 197 190 87 0 0.04 0.56 0.23 56.18 0.49 0.56
Hex C5 BE 57 0 4 38 17 38 31 38
Octal 305 276 127 0 4 70 27 70 61 70
Binary 11000101 10111110 1010111 0 100 111000 10111 111000 110001 111000

Color Harmonies of #C5BE57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE57

Black with #C5BE57

Text Example


Text Example

White with #C5BE57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE57; }

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

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

background-color css

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

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

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

border-color css

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

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

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