Html Css Color HEX #B6B754 Olive Green

📋 copy color: '#B6B754'

red 182 ◦ green 183 ◦ blue 84

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

Shades of Olive Green #B6B754

Tints of Olive Green #B6B754

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.76%

 BLUE value IS 84 (33.2% from 255) = 18.71%

R = 40.53%
G = 40.76%
B = 18.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B6B754 (or 0xB6B754) is known color: Olive Green. HEX triplet: B6, B7 and 54. RGB value is (182,183,84). Sum of RGB (Red+Green+Blue) = 182+183+84=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6B754 is #4948AB. Grayscale: #ABABAB. Windows color (decimal): -4802732 or 5552054. OLE color: 5552054.

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

Color convert

RGB 182 183 84 -
CMYK 0.01 0 0.54 0.28
HSL 60.61º 0.41% 0.52% -
HSV(B) 60.61º 0.54% 0.72% -
XYZ 37.83 44.45 14.97 -
YUV 171.42 78.67 135.55 -
System Red Green Blue C M Y K H S L
Decimal 182 183 84 0.01 0 0.54 0.28 60.61 0.41 0.52
Hex B6 B7 54 1 0 36 1C 3D 29 34
Octal 266 267 124 1 0 66 34 75 51 64
Binary 10110110 10110111 1010100 1 0 110110 11100 111101 101001 110100

Color Harmonies of #B6B754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B754

Black with #B6B754

Text Example


Text Example

White with #B6B754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B754; }

 p { color: rgb(182,183,84); }

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

background-color css

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

 a { background-color: rgb(182,183,84); }

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

border-color css

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

 span { border-color: rgb(182,183,84); }

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