Html Css Color HEX #B1B862 Olive Green

📋 copy color: '#B1B862'

red 177 ◦ green 184 ◦ blue 98

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

Shades of Olive Green #B1B862

Tints of Olive Green #B1B862

RGB

 RED value IS 177 (69.53% from 255) = 38.56%

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

 BLUE value IS 98 (38.67% from 255) = 21.35%

R = 38.56%
G = 40.09%
B = 21.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B1B862 (or 0xB1B862) is known color: Olive Green. HEX triplet: B1, B8 and 62. RGB value is (177,184,98). Sum of RGB (Red+Green+Blue) = 177+184+98=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #B1B862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B862 is #4E479D. Grayscale: #ACACAC. Windows color (decimal): -5130142 or 6469809. OLE color: 6469809.

HSL color Cylindrical-coordinate representation of color #B1B862: hue angle of 64.88º 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 #B1B862 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 184 98 -
CMYK 0.04 0 0.47 0.28
HSL 64.88º 0.38% 0.55% -
HSV(B) 64.88º 0.47% 0.72% -
XYZ 37.48 44.51 18.17 -
YUV 172.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 177 184 98 0.04 0 0.47 0.28 64.88 0.38 0.55
Hex B1 B8 62 4 0 2F 1C 41 26 37
Octal 261 270 142 4 0 57 34 101 46 67
Binary 10110001 10111000 1100010 100 0 101111 11100 1000001 100110 110111

Color Harmonies of #B1B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B862

Black with #B1B862

Text Example


Text Example

White with #B1B862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B862; }

 p { color: rgb(177,184,98); }

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

background-color css

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

 a { background-color: rgb(177,184,98); }

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

border-color css

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

 span { border-color: rgb(177,184,98); }

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