Html Css Color HEX #B6B852 Olive Green

📋 copy color: '#B6B852'

red 182 ◦ green 184 ◦ blue 82

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

Shades of Olive Green #B6B852

Tints of Olive Green #B6B852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 40.63%
G = 41.07%
B = 18.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B6B852 (or 0xB6B852) is known color: Olive Green. HEX triplet: B6, B8 and 52. RGB value is (182,184,82). Sum of RGB (Red+Green+Blue) = 182+184+82=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #B6B852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B852 is #4947AD. Grayscale: #ACACAC. Windows color (decimal): -4802478 or 5421238. OLE color: 5421238.

HSL color Cylindrical-coordinate representation of color #B6B852: hue angle of 61.18º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6B852 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 184 82 -
CMYK 0.01 0 0.55 0.28
HSL 61.18º 0.42% 0.52% -
HSV(B) 61.18º 0.55% 0.72% -
XYZ 37.95 44.84 14.64 -
YUV 171.77 77.34 135.29 -
System Red Green Blue C M Y K H S L
Decimal 182 184 82 0.01 0 0.55 0.28 61.18 0.42 0.52
Hex B6 B8 52 1 0 37 1C 3D 2A 34
Octal 266 270 122 1 0 67 34 75 52 64
Binary 10110110 10111000 1010010 1 0 110111 11100 111101 101010 110100

Color Harmonies of #B6B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B852

Black with #B6B852

Text Example


Text Example

White with #B6B852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B852; }

 p { color: rgb(182,184,82); }

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

background-color css

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

 a { background-color: rgb(182,184,82); }

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

border-color css

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

 span { border-color: rgb(182,184,82); }

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