Html Css Color HEX #C4BC50 Olive Green

📋 copy color: '#C4BC50'

red 196 ◦ green 188 ◦ blue 80

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

Shades of Olive Green #C4BC50

Tints of Olive Green #C4BC50

RGB

 RED value IS 196 (76.95% from 255) = 42.24%

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

 BLUE value IS 80 (31.64% from 255) = 17.24%

R = 42.24%
G = 40.52%
B = 17.24%

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

#C4BC50 (or 0xC4BC50) is known color: Olive Green. HEX triplet: C4, BC and 50. RGB value is (196,188,80). Sum of RGB (Red+Green+Blue) = 196+188+80=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC50 is #3B43AF. Grayscale: #B2B2B2. Windows color (decimal): -3883952 or 5291204. OLE color: 5291204.

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

Color convert

RGB 196 188 80 -
CMYK 0 0.04 0.59 0.23
HSL 55.86º 0.5% 0.54% -
HSV(B) 55.86º 0.59% 0.77% -
XYZ 42.2 48.28 14.68 -
YUV 178.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 196 188 80 0 0.04 0.59 0.23 55.86 0.5 0.54
Hex C4 BC 50 0 4 3B 17 38 32 36
Octal 304 274 120 0 4 73 27 70 62 66
Binary 11000100 10111100 1010000 0 100 111011 10111 111000 110010 110110

Color Harmonies of #C4BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC50

Black with #C4BC50

Text Example


Text Example

White with #C4BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC50; }

 p { color: rgb(196,188,80); }

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

background-color css

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

 a { background-color: rgb(196,188,80); }

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

border-color css

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

 span { border-color: rgb(196,188,80); }

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