Html Css Color HEX #B8B261 Olive Green

📋 copy color: '#B8B261'

red 184 ◦ green 178 ◦ blue 97

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

Shades of Olive Green #B8B261

Tints of Olive Green #B8B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.78%

 BLUE value IS 97 (38.28% from 255) = 21.13%

R = 40.09%
G = 38.78%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B8B261 (or 0xB8B261) is known color: Olive Green. HEX triplet: B8, B2 and 61. RGB value is (184,178,97). Sum of RGB (Red+Green+Blue) = 184+178+97=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 97 (38.28% from 255 or 21.13% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B261 is #474D9E. Grayscale: #AAAAAA. Windows color (decimal): -4672927 or 6402744. OLE color: 6402744.

HSL color Cylindrical-coordinate representation of color #B8B261: hue angle of 55.86º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8B261 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 178 97 -
CMYK 0 0.03 0.47 0.28
HSL 55.86º 0.38% 0.55% -
HSV(B) 55.86º 0.47% 0.72% -
XYZ 37.85 42.89 17.59 -
YUV 170.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 184 178 97 0 0.03 0.47 0.28 55.86 0.38 0.55
Hex B8 B2 61 0 3 2F 1C 38 26 37
Octal 270 262 141 0 3 57 34 70 46 67
Binary 10111000 10110010 1100001 0 11 101111 11100 111000 100110 110111

Color Harmonies of #B8B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B261

Black with #B8B261

Text Example


Text Example

White with #B8B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B261; }

 p { color: rgb(184,178,97); }

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

background-color css

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

 a { background-color: rgb(184,178,97); }

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

border-color css

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

 span { border-color: rgb(184,178,97); }

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