Html Css Color HEX #B2B466 Olive Green

📋 copy color: '#B2B466'

red 178 ◦ green 180 ◦ blue 102

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

Shades of Olive Green #B2B466

Tints of Olive Green #B2B466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.13%

 BLUE value IS 102 (40.23% from 255) = 22.17%

R = 38.7%
G = 39.13%
B = 22.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B2B466 (or 0xB2B466) is known color: Olive Green. HEX triplet: B2, B4 and 66. RGB value is (178,180,102). Sum of RGB (Red+Green+Blue) = 178+180+102=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B466 is #4D4B99. Grayscale: #AAAAAA. Windows color (decimal): -5065626 or 6730930. OLE color: 6730930.

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

Color convert

RGB 178 180 102 -
CMYK 0.01 0 0.43 0.29
HSL 61.54º 0.34% 0.55% -
HSV(B) 61.54º 0.43% 0.71% -
XYZ 37.08 43.07 18.93 -
YUV 170.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 178 180 102 0.01 0 0.43 0.29 61.54 0.34 0.55
Hex B2 B4 66 1 0 2B 1D 3E 22 37
Octal 262 264 146 1 0 53 35 76 42 67
Binary 10110010 10110100 1100110 1 0 101011 11101 111110 100010 110111

Color Harmonies of #B2B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B466

Black with #B2B466

Text Example


Text Example

White with #B2B466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B466; }

 p { color: rgb(178,180,102); }

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

background-color css

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

 a { background-color: rgb(178,180,102); }

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

border-color css

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

 span { border-color: rgb(178,180,102); }

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