Html Css Color HEX #C5BE52 Olive Green

📋 copy color: '#C5BE52'

red 197 ◦ green 190 ◦ blue 82

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

Shades of Olive Green #C5BE52

Tints of Olive Green #C5BE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.48%

R = 42%
G = 40.51%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5BE52 (or 0xC5BE52) is known color: Olive Green. HEX triplet: C5, BE and 52. RGB value is (197,190,82). Sum of RGB (Red+Green+Blue) = 197+190+82=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE52 is #3A41AD. Grayscale: #B4B4B4. Windows color (decimal): -3817902 or 5422789. OLE color: 5422789.

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

Color convert

RGB 197 190 82 -
CMYK 0 0.04 0.58 0.23
HSL 56.35º 0.5% 0.55% -
HSV(B) 56.35º 0.58% 0.77% -
XYZ 42.96 49.31 15.24 -
YUV 179.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 197 190 82 0 0.04 0.58 0.23 56.35 0.5 0.55
Hex C5 BE 52 0 4 3A 17 38 32 37
Octal 305 276 122 0 4 72 27 70 62 67
Binary 11000101 10111110 1010010 0 100 111010 10111 111000 110010 110111

Color Harmonies of #C5BE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE52

Black with #C5BE52

Text Example


Text Example

White with #C5BE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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