Html Css Color HEX #C3BA53 Olive Green

📋 copy color: '#C3BA53'

red 195 ◦ green 186 ◦ blue 83

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

Shades of Olive Green #C3BA53

Tints of Olive Green #C3BA53

RGB

 RED value IS 195 (76.56% from 255) = 42.03%

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

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

R = 42.03%
G = 40.09%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C3BA53 (or 0xC3BA53) is known color: Olive Green. HEX triplet: C3, BA and 53. RGB value is (195,186,83). Sum of RGB (Red+Green+Blue) = 195+186+83=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA53 is #3C45AC. Grayscale: #B1B1B1. Windows color (decimal): -3949997 or 5487299. OLE color: 5487299.

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

Color convert

RGB 195 186 83 -
CMYK 0 0.05 0.57 0.24
HSL 55.18º 0.48% 0.55% -
HSV(B) 55.18º 0.57% 0.76% -
XYZ 41.63 47.34 15.13 -
YUV 176.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 195 186 83 0 0.05 0.57 0.24 55.18 0.48 0.55
Hex C3 BA 53 0 5 39 18 37 30 37
Octal 303 272 123 0 5 71 30 67 60 67
Binary 11000011 10111010 1010011 0 101 111001 11000 110111 110000 110111

Color Harmonies of #C3BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA53

Black with #C3BA53

Text Example


Text Example

White with #C3BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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