Html Css Color HEX #B8B650 Olive Green

📋 copy color: '#B8B650'

red 184 ◦ green 182 ◦ blue 80

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

Shades of Olive Green #B8B650

Tints of Olive Green #B8B650

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.81%

 BLUE value IS 80 (31.64% from 255) = 17.94%

R = 41.26%
G = 40.81%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8B650 (or 0xB8B650) is known color: Olive Green. HEX triplet: B8, B6 and 50. RGB value is (184,182,80). Sum of RGB (Red+Green+Blue) = 184+182+80=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B650 is #4749AF. Grayscale: #ABABAB. Windows color (decimal): -4671920 or 5289656. OLE color: 5289656.

HSL color Cylindrical-coordinate representation of color #B8B650: hue angle of 58.85º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8B650 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 182 80 -
CMYK 0 0.01 0.57 0.28
HSL 58.85º 0.42% 0.52% -
HSV(B) 58.85º 0.57% 0.72% -
XYZ 37.94 44.23 14.13 -
YUV 170.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 184 182 80 0 0.01 0.57 0.28 58.85 0.42 0.52
Hex B8 B6 50 0 1 39 1C 3B 2A 34
Octal 270 266 120 0 1 71 34 73 52 64
Binary 10111000 10110110 1010000 0 1 111001 11100 111011 101010 110100

Color Harmonies of #B8B650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B650

Black with #B8B650

Text Example


Text Example

White with #B8B650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B650; }

 p { color: rgb(184,182,80); }

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

background-color css

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

 a { background-color: rgb(184,182,80); }

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

border-color css

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

 span { border-color: rgb(184,182,80); }

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