Html Css Color HEX #C2BC53 Olive Green

📋 copy color: '#C2BC53'

red 194 ◦ green 188 ◦ blue 83

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

Shades of Olive Green #C2BC53

Tints of Olive Green #C2BC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.85%

R = 41.72%
G = 40.43%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C2BC53 (or 0xC2BC53) is known color: Olive Green. HEX triplet: C2, BC and 53. RGB value is (194,188,83). Sum of RGB (Red+Green+Blue) = 194+188+83=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC53 is #3D43AC. Grayscale: #B2B2B2. Windows color (decimal): -4015021 or 5487810. OLE color: 5487810.

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

Color convert

RGB 194 188 83 -
CMYK 0 0.03 0.57 0.24
HSL 56.76º 0.48% 0.54% -
HSV(B) 56.76º 0.57% 0.76% -
XYZ 41.79 48.06 15.26 -
YUV 177.82 74.49 139.54 -
System Red Green Blue C M Y K H S L
Decimal 194 188 83 0 0.03 0.57 0.24 56.76 0.48 0.54
Hex C2 BC 53 0 3 39 18 39 30 36
Octal 302 274 123 0 3 71 30 71 60 66
Binary 11000010 10111100 1010011 0 11 111001 11000 111001 110000 110110

Color Harmonies of #C2BC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC53

Black with #C2BC53

Text Example


Text Example

White with #C2BC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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