Html Css Color HEX #C3B858 Olive Green

📋 copy color: '#C3B858'

red 195 ◦ green 184 ◦ blue 88

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

Shades of Olive Green #C3B858

Tints of Olive Green #C3B858

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.4%

 BLUE value IS 88 (34.77% from 255) = 18.84%

R = 41.76%
G = 39.4%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C3B858 (or 0xC3B858) is known color: Olive Green. HEX triplet: C3, B8 and 58. RGB value is (195,184,88). Sum of RGB (Red+Green+Blue) = 195+184+88=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B858 is #3C47A7. Grayscale: #B0B0B0. Windows color (decimal): -3950504 or 5814467. OLE color: 5814467.

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

Color convert

RGB 195 184 88 -
CMYK 0 0.06 0.55 0.24
HSL 53.83º 0.47% 0.55% -
HSV(B) 53.83º 0.55% 0.76% -
XYZ 41.41 46.59 16.04 -
YUV 176.35 78.14 141.31 -
System Red Green Blue C M Y K H S L
Decimal 195 184 88 0 0.06 0.55 0.24 53.83 0.47 0.55
Hex C3 B8 58 0 6 37 18 36 2F 37
Octal 303 270 130 0 6 67 30 66 57 67
Binary 11000011 10111000 1011000 0 110 110111 11000 110110 101111 110111

Color Harmonies of #C3B858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B858

Black with #C3B858

Text Example


Text Example

White with #C3B858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B858; }

 p { color: rgb(195,184,88); }

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

background-color css

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

 a { background-color: rgb(195,184,88); }

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

border-color css

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

 span { border-color: rgb(195,184,88); }

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