Html Css Color HEX #C3B955 Olive Green

📋 copy color: '#C3B955'

red 195 ◦ green 185 ◦ blue 85

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

Shades of Olive Green #C3B955

Tints of Olive Green #C3B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

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

R = 41.94%
G = 39.78%
B = 18.28%

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

#C3B955 (or 0xC3B955) is known color: Olive Green. HEX triplet: C3, B9 and 55. RGB value is (195,185,85). Sum of RGB (Red+Green+Blue) = 195+185+85=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B955 is #3C46AA. Grayscale: #B0B0B0. Windows color (decimal): -3950251 or 5618115. OLE color: 5618115.

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

Color convert

RGB 195 185 85 -
CMYK 0 0.05 0.56 0.24
HSL 54.55º 0.48% 0.55% -
HSV(B) 54.55º 0.56% 0.76% -
XYZ 41.49 46.96 15.47 -
YUV 176.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 195 185 85 0 0.05 0.56 0.24 54.55 0.48 0.55
Hex C3 B9 55 0 5 38 18 37 30 37
Octal 303 271 125 0 5 70 30 67 60 67
Binary 11000011 10111001 1010101 0 101 111000 11000 110111 110000 110111

Color Harmonies of #C3B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B955

Black with #C3B955

Text Example


Text Example

White with #C3B955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B955; }

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

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

background-color css

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

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

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

border-color css

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

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

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