Html Css Color HEX #C2BC50 Olive Green

📋 copy color: '#C2BC50'

red 194 ◦ green 188 ◦ blue 80

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

Shades of Olive Green #C2BC50

Tints of Olive Green #C2BC50

RGB

 RED value IS 194 (76.17% from 255) = 41.99%

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

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

R = 41.99%
G = 40.69%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2BC50 (or 0xC2BC50) is known color: Olive Green. HEX triplet: C2, BC and 50. RGB value is (194,188,80). Sum of RGB (Red+Green+Blue) = 194+188+80=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC50 is #3D43AF. Grayscale: #B1B1B1. Windows color (decimal): -4015024 or 5291202. OLE color: 5291202.

HSL color Cylindrical-coordinate representation of color #C2BC50: hue angle of 56.84º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2BC50 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 80 -
CMYK 0 0.03 0.59 0.24
HSL 56.84º 0.48% 0.54% -
HSV(B) 56.84º 0.59% 0.76% -
XYZ 41.68 48.01 14.66 -
YUV 177.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 194 188 80 0 0.03 0.59 0.24 56.84 0.48 0.54
Hex C2 BC 50 0 3 3B 18 39 30 36
Octal 302 274 120 0 3 73 30 71 60 66
Binary 11000010 10111100 1010000 0 11 111011 11000 111001 110000 110110

Color Harmonies of #C2BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC50

Black with #C2BC50

Text Example


Text Example

White with #C2BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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