Html Css Color HEX #C2BA53 Olive Green

📋 copy color: '#C2BA53'

red 194 ◦ green 186 ◦ blue 83

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

Shades of Olive Green #C2BA53

Tints of Olive Green #C2BA53

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.17%

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

R = 41.9%
G = 40.17%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C2BA53 (or 0xC2BA53) is known color: Olive Green. HEX triplet: C2, BA and 53. RGB value is (194,186,83). Sum of RGB (Red+Green+Blue) = 194+186+83=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 83 (32.81% from 255 or 17.93% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA53 is #3D45AC. Grayscale: #B1B1B1. Windows color (decimal): -4015533 or 5487298. OLE color: 5487298.

HSL color Cylindrical-coordinate representation of color #C2BA53: hue angle of 55.68º 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 #C2BA53 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 83 -
CMYK 0 0.04 0.57 0.24
HSL 55.68º 0.48% 0.54% -
HSV(B) 55.68º 0.57% 0.76% -
XYZ 41.37 47.21 15.12 -
YUV 176.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 194 186 83 0 0.04 0.57 0.24 55.68 0.48 0.54
Hex C2 BA 53 0 4 39 18 38 30 36
Octal 302 272 123 0 4 71 30 70 60 66
Binary 11000010 10111010 1010011 0 100 111001 11000 111000 110000 110110

Color Harmonies of #C2BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA53

Black with #C2BA53

Text Example


Text Example

White with #C2BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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