Html Css Color HEX #B6B04D Olive Green

📋 copy color: '#B6B04D'

red 182 ◦ green 176 ◦ blue 77

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

Shades of Olive Green #B6B04D

Tints of Olive Green #B6B04D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 41.84%
G = 40.46%
B = 17.7%

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

#B6B04D (or 0xB6B04D) is known color: Olive Green. HEX triplet: B6, B0 and 4D. RGB value is (182,176,77). Sum of RGB (Red+Green+Blue) = 182+176+77=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B04D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B04D is #494FB2. Grayscale: #A6A6A6. Windows color (decimal): -4804531 or 5091510. OLE color: 5091510.

HSL color Cylindrical-coordinate representation of color #B6B04D: hue angle of 56.57º 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 #B6B04D is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 176 77 -
CMYK 0 0.03 0.58 0.29
HSL 56.57º 0.42% 0.51% -
HSV(B) 56.57º 0.58% 0.71% -
XYZ 36.16 41.53 13.13 -
YUV 166.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 182 176 77 0 0.03 0.58 0.29 56.57 0.42 0.51
Hex B6 B0 4D 0 3 3A 1D 39 2A 33
Octal 266 260 115 0 3 72 35 71 52 63
Binary 10110110 10110000 1001101 0 11 111010 11101 111001 101010 110011

Color Harmonies of #B6B04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B04D

Black with #B6B04D

Text Example


Text Example

White with #B6B04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B04D; }

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

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

background-color css

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

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

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

border-color css

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

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

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