Html Css Color HEX #C5BC52 Olive Green

📋 copy color: '#C5BC52'

red 197 ◦ green 188 ◦ blue 82

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

Shades of Olive Green #C5BC52

Tints of Olive Green #C5BC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.26%

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

R = 42.18%
G = 40.26%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5BC52 (or 0xC5BC52) is known color: Olive Green. HEX triplet: C5, BC and 52. RGB value is (197,188,82). Sum of RGB (Red+Green+Blue) = 197+188+82=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC52 is #3A43AD. Grayscale: #B3B3B3. Windows color (decimal): -3818414 or 5422277. OLE color: 5422277.

HSL color Cylindrical-coordinate representation of color #C5BC52: hue angle of 55.3º 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 #C5BC52 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 188 82 -
CMYK 0 0.05 0.58 0.23
HSL 55.3º 0.5% 0.55% -
HSV(B) 55.3º 0.58% 0.77% -
XYZ 42.53 48.45 15.09 -
YUV 178.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 197 188 82 0 0.05 0.58 0.23 55.3 0.5 0.55
Hex C5 BC 52 0 5 3A 17 37 32 37
Octal 305 274 122 0 5 72 27 67 62 67
Binary 11000101 10111100 1010010 0 101 111010 10111 110111 110010 110111

Color Harmonies of #C5BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC52

Black with #C5BC52

Text Example


Text Example

White with #C5BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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