Html Css Color HEX #B8B960 Olive Green

📋 copy color: '#B8B960'

red 184 ◦ green 185 ◦ blue 96

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

Shades of Olive Green #B8B960

Tints of Olive Green #B8B960

RGB

 RED value IS 184 (72.27% from 255) = 39.57%

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

 BLUE value IS 96 (37.89% from 255) = 20.65%

R = 39.57%
G = 39.78%
B = 20.65%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B8B960 (or 0xB8B960) is known color: Olive Green. HEX triplet: B8, B9 and 60. RGB value is (184,185,96). Sum of RGB (Red+Green+Blue) = 184+185+96=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #B8B960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B960 is #47469F. Grayscale: #AEAEAE. Windows color (decimal): -4671136 or 6339000. OLE color: 6339000.

HSL color Cylindrical-coordinate representation of color #B8B960: hue angle of 60.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8B960 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 185 96 -
CMYK 0.01 0 0.48 0.27
HSL 60.67º 0.39% 0.55% -
HSV(B) 60.67º 0.48% 0.73% -
XYZ 39.23 45.73 17.83 -
YUV 174.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 184 185 96 0.01 0 0.48 0.27 60.67 0.39 0.55
Hex B8 B9 60 1 0 30 1B 3D 27 37
Octal 270 271 140 1 0 60 33 75 47 67
Binary 10111000 10111001 1100000 1 0 110000 11011 111101 100111 110111

Color Harmonies of #B8B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B960

Black with #B8B960

Text Example


Text Example

White with #B8B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B960; }

 p { color: rgb(184,185,96); }

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

background-color css

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

 a { background-color: rgb(184,185,96); }

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

border-color css

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

 span { border-color: rgb(184,185,96); }

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