Html Css Color HEX #B2B662 Olive Green

📋 copy color: '#B2B662'

red 178 ◦ green 182 ◦ blue 98

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

Shades of Olive Green #B2B662

Tints of Olive Green #B2B662

RGB

 RED value IS 178 (69.92% from 255) = 38.86%

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

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

R = 38.86%
G = 39.74%
B = 21.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B2B662 (or 0xB2B662) is known color: Olive Green. HEX triplet: B2, B6 and 62. RGB value is (178,182,98). Sum of RGB (Red+Green+Blue) = 178+182+98=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 182 (71.48% from 255 or 39.74% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B662 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B662 is #4D499D. Grayscale: #ABABAB. Windows color (decimal): -5065118 or 6469298. OLE color: 6469298.

HSL color Cylindrical-coordinate representation of color #B2B662: hue angle of 62.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2B662 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 98 -
CMYK 0.02 0 0.46 0.29
HSL 62.86º 0.37% 0.55% -
HSV(B) 62.86º 0.46% 0.71% -
XYZ 37.29 43.8 18.04 -
YUV 171.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 178 182 98 0.02 0 0.46 0.29 62.86 0.37 0.55
Hex B2 B6 62 2 0 2E 1D 3F 25 37
Octal 262 266 142 2 0 56 35 77 45 67
Binary 10110010 10110110 1100010 10 0 101110 11101 111111 100101 110111

Color Harmonies of #B2B662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B662

Black with #B2B662

Text Example


Text Example

White with #B2B662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B662; }

 p { color: rgb(178,182,98); }

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

background-color css

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

 a { background-color: rgb(178,182,98); }

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

border-color css

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

 span { border-color: rgb(178,182,98); }

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