Html Css Color HEX #B1B962 Olive Green

📋 copy color: '#B1B962'

red 177 ◦ green 185 ◦ blue 98

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

Shades of Olive Green #B1B962

Tints of Olive Green #B1B962

RGB

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

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

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

R = 38.48%
G = 40.22%
B = 21.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B1B962 (or 0xB1B962) is known color: Olive Green. HEX triplet: B1, B9 and 62. RGB value is (177,185,98). Sum of RGB (Red+Green+Blue) = 177+185+98=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B962 is #4E469D. Grayscale: #ADADAD. Windows color (decimal): -5129886 or 6470065. OLE color: 6470065.

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

Color convert

RGB 177 185 98 -
CMYK 0.04 0 0.47 0.27
HSL 65.52º 0.38% 0.55% -
HSV(B) 65.52º 0.47% 0.73% -
XYZ 37.69 44.93 18.24 -
YUV 172.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 177 185 98 0.04 0 0.47 0.27 65.52 0.38 0.55
Hex B1 B9 62 4 0 2F 1B 42 26 37
Octal 261 271 142 4 0 57 33 102 46 67
Binary 10110001 10111001 1100010 100 0 101111 11011 1000010 100110 110111

Color Harmonies of #B1B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B962

Black with #B1B962

Text Example


Text Example

White with #B1B962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B962; }

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

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

background-color css

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

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

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

border-color css

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

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

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