Html Css Color HEX #B6B264 Olive Green

📋 copy color: '#B6B264'

red 182 ◦ green 178 ◦ blue 100

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

Shades of Olive Green #B6B264

Tints of Olive Green #B6B264

RGB

 RED value IS 182 (71.48% from 255) = 39.57%

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

 BLUE value IS 100 (39.45% from 255) = 21.74%

R = 39.57%
G = 38.7%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B6B264 (or 0xB6B264) is known color: Olive Green. HEX triplet: B6, B2 and 64. RGB value is (182,178,100). Sum of RGB (Red+Green+Blue) = 182+178+100=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B264 is #494D9B. Grayscale: #AAAAAA. Windows color (decimal): -4803996 or 6599350. OLE color: 6599350.

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

Color convert

RGB 182 178 100 -
CMYK 0 0.02 0.45 0.29
HSL 57.07º 0.36% 0.55% -
HSV(B) 57.07º 0.45% 0.71% -
XYZ 37.51 42.71 18.32 -
YUV 170.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 182 178 100 0 0.02 0.45 0.29 57.07 0.36 0.55
Hex B6 B2 64 0 2 2D 1D 39 24 37
Octal 266 262 144 0 2 55 35 71 44 67
Binary 10110110 10110010 1100100 0 10 101101 11101 111001 100100 110111

Color Harmonies of #B6B264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B264

Black with #B6B264

Text Example


Text Example

White with #B6B264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B264; }

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

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

background-color css

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

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

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

border-color css

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

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

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