Html Css Color HEX #B6B14D Olive Green

📋 copy color: '#B6B14D'

red 182 ◦ green 177 ◦ blue 77

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

Shades of Olive Green #B6B14D

Tints of Olive Green #B6B14D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

 BLUE value IS 77 (30.47% from 255) = 17.66%

R = 41.74%
G = 40.6%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B6B14D (or 0xB6B14D) is known color: Olive Green. HEX triplet: B6, B1 and 4D. RGB value is (182,177,77). Sum of RGB (Red+Green+Blue) = 182+177+77=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B14D is #494EB2. Grayscale: #A7A7A7. Windows color (decimal): -4804275 or 5091766. OLE color: 5091766.

HSL color Cylindrical-coordinate representation of color #B6B14D: hue angle of 57.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6B14D is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 177 77 -
CMYK 0 0.03 0.58 0.29
HSL 57.14º 0.42% 0.51% -
HSV(B) 57.14º 0.58% 0.71% -
XYZ 36.35 41.93 13.2 -
YUV 167.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 182 177 77 0 0.03 0.58 0.29 57.14 0.42 0.51
Hex B6 B1 4D 0 3 3A 1D 39 2A 33
Octal 266 261 115 0 3 72 35 71 52 63
Binary 10110110 10110001 1001101 0 11 111010 11101 111001 101010 110011

Color Harmonies of #B6B14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B14D

Black with #B6B14D

Text Example


Text Example

White with #B6B14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B14D; }

 p { color: rgb(182,177,77); }

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

background-color css

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

 a { background-color: rgb(182,177,77); }

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

border-color css

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

 span { border-color: rgb(182,177,77); }

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