Html Css Color HEX #C3BA55 Olive Green

📋 copy color: '#C3BA55'

red 195 ◦ green 186 ◦ blue 85

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

Shades of Olive Green #C3BA55

Tints of Olive Green #C3BA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.24%

R = 41.85%
G = 39.91%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C3BA55 (or 0xC3BA55) is known color: Olive Green. HEX triplet: C3, BA and 55. RGB value is (195,186,85). Sum of RGB (Red+Green+Blue) = 195+186+85=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA55 is #3C45AA. Grayscale: #B1B1B1. Windows color (decimal): -3949995 or 5618371. OLE color: 5618371.

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

Color convert

RGB 195 186 85 -
CMYK 0 0.05 0.56 0.24
HSL 55.09º 0.48% 0.55% -
HSV(B) 55.09º 0.56% 0.76% -
XYZ 41.7 47.38 15.54 -
YUV 177.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 195 186 85 0 0.05 0.56 0.24 55.09 0.48 0.55
Hex C3 BA 55 0 5 38 18 37 30 37
Octal 303 272 125 0 5 70 30 67 60 67
Binary 11000011 10111010 1010101 0 101 111000 11000 110111 110000 110111

Color Harmonies of #C3BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA55

Black with #C3BA55

Text Example


Text Example

White with #C3BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA55; }

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

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

background-color css

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

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

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

border-color css

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

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

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