Html Css Color HEX #B6B04E Olive Green

📋 copy color: '#B6B04E'

red 182 ◦ green 176 ◦ blue 78

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

Shades of Olive Green #B6B04E

Tints of Olive Green #B6B04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.89%

R = 41.74%
G = 40.37%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B6B04E (or 0xB6B04E) is known color: Olive Green. HEX triplet: B6, B0 and 4E. RGB value is (182,176,78). Sum of RGB (Red+Green+Blue) = 182+176+78=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 78 (30.86% from 255 or 17.89% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B04E is #494FB1. Grayscale: #A7A7A7. Windows color (decimal): -4804530 or 5157046. OLE color: 5157046.

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

Color convert

RGB 182 176 78 -
CMYK 0 0.03 0.57 0.29
HSL 56.54º 0.42% 0.51% -
HSV(B) 56.54º 0.57% 0.71% -
XYZ 36.19 41.55 13.32 -
YUV 166.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 182 176 78 0 0.03 0.57 0.29 56.54 0.42 0.51
Hex B6 B0 4E 0 3 39 1D 39 2A 33
Octal 266 260 116 0 3 71 35 71 52 63
Binary 10110110 10110000 1001110 0 11 111001 11101 111001 101010 110011

Color Harmonies of #B6B04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B04E

Black with #B6B04E

Text Example


Text Example

White with #B6B04E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B04E; }

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

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

background-color css

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

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

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

border-color css

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

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

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