Html Css Color HEX #C5BC54 Olive Green

📋 copy color: '#C5BC54'

red 197 ◦ green 188 ◦ blue 84

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

Shades of Olive Green #C5BC54

Tints of Olive Green #C5BC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.91%

R = 42%
G = 40.09%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C5BC54 (or 0xC5BC54) is known color: Olive Green. HEX triplet: C5, BC and 54. RGB value is (197,188,84). Sum of RGB (Red+Green+Blue) = 197+188+84=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC54 is #3A43AB. Grayscale: #B3B3B3. Windows color (decimal): -3818412 or 5553349. OLE color: 5553349.

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

Color convert

RGB 197 188 84 -
CMYK 0 0.05 0.57 0.23
HSL 55.22º 0.49% 0.55% -
HSV(B) 55.22º 0.57% 0.77% -
XYZ 42.61 48.48 15.5 -
YUV 178.84 74.48 140.96 -
System Red Green Blue C M Y K H S L
Decimal 197 188 84 0 0.05 0.57 0.23 55.22 0.49 0.55
Hex C5 BC 54 0 5 39 17 37 31 37
Octal 305 274 124 0 5 71 27 67 61 67
Binary 11000101 10111100 1010100 0 101 111001 10111 110111 110001 110111

Color Harmonies of #C5BC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC54

Black with #C5BC54

Text Example


Text Example

White with #C5BC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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