Html Css Color HEX #B3B35D Olive Green

📋 copy color: '#B3B35D'

red 179 ◦ green 179 ◦ blue 93

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

Shades of Olive Green #B3B35D

Tints of Olive Green #B3B35D

RGB

 RED value IS 179 (70.31% from 255) = 39.69%

 GREEN value IS 179 (70.31% from 255) = 39.69%

 BLUE value IS 93 (36.72% from 255) = 20.62%

R = 39.69%
G = 39.69%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3B35D (or 0xB3B35D) is known color: Olive Green. HEX triplet: B3, B3 and 5D. RGB value is (179,179,93). Sum of RGB (Red+Green+Blue) = 179+179+93=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B35D is #4C4CA2. Grayscale: #A9A9A9. Windows color (decimal): -5000355 or 6140851. OLE color: 6140851.

HSL color Cylindrical-coordinate representation of color #B3B35D: hue angle of 60º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3B35D is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 179 93 -
CMYK 0 0 0.48 0.30
HSL 60º 0.36% 0.53% -
HSV(B) 60º 0.48% 0.7% -
XYZ 36.69 42.61 16.65 -
YUV 169.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 179 179 93 0 0 0.48 0.30 60 0.36 0.53
Hex B3 B3 5D 0 0 30 1E 3C 24 35
Octal 263 263 135 0 0 60 36 74 44 65
Binary 10110011 10110011 1011101 0 0 110000 11110 111100 100100 110101

Color Harmonies of #B3B35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B35D

Black with #B3B35D

Text Example


Text Example

White with #B3B35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B35D; }

 p { color: rgb(179,179,93); }

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

background-color css

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

 a { background-color: rgb(179,179,93); }

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

border-color css

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

 span { border-color: rgb(179,179,93); }

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