Html Css Color HEX #C2BC59 Olive Green

📋 copy color: '#C2BC59'

red 194 ◦ green 188 ◦ blue 89

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

Shades of Olive Green #C2BC59

Tints of Olive Green #C2BC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.9%

R = 41.19%
G = 39.92%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2BC59 (or 0xC2BC59) is known color: Olive Green. HEX triplet: C2, BC and 59. RGB value is (194,188,89). Sum of RGB (Red+Green+Blue) = 194+188+89=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC59 is #3D43A6. Grayscale: #B2B2B2. Windows color (decimal): -4015015 or 5881026. OLE color: 5881026.

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

Color convert

RGB 194 188 89 -
CMYK 0 0.03 0.54 0.24
HSL 56.57º 0.46% 0.55% -
HSV(B) 56.57º 0.54% 0.76% -
XYZ 42.03 48.16 16.53 -
YUV 178.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 194 188 89 0 0.03 0.54 0.24 56.57 0.46 0.55
Hex C2 BC 59 0 3 36 18 39 2E 37
Octal 302 274 131 0 3 66 30 71 56 67
Binary 11000010 10111100 1011001 0 11 110110 11000 111001 101110 110111

Color Harmonies of #C2BC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC59

Black with #C2BC59

Text Example


Text Example

White with #C2BC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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