Html Css Color HEX #B6A32F Earls Green

📋 copy color: '#B6A32F'

red 182 ◦ green 163 ◦ blue 47

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

Shades of Earls Green #B6A32F

Tints of Earls Green #B6A32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.58%

 BLUE value IS 47 (18.75% from 255) = 11.99%

R = 46.43%
G = 41.58%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B6A32F (or 0xB6A32F) is known color: Earls Green. HEX triplet: B6, A3 and 2F. RGB value is (182,163,47). Sum of RGB (Red+Green+Blue) = 182+163+47=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A32F is #495CD0. Grayscale: #9B9B9B. Windows color (decimal): -4807889 or 3122102. OLE color: 3122102.

HSL color Cylindrical-coordinate representation of color #B6A32F: hue angle of 51.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6A32F is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 163 47 -
CMYK 0 0.10 0.74 0.29
HSL 51.56º 0.59% 0.45% -
HSV(B) 51.56º 0.74% 0.71% -
XYZ 32.9 36.34 7.97 -
YUV 155.46 66.79 146.93 -
System Red Green Blue C M Y K H S L
Decimal 182 163 47 0 0.10 0.74 0.29 51.56 0.59 0.45
Hex B6 A3 2F 0 A 4A 1D 34 3B 2D
Octal 266 243 57 0 12 112 35 64 73 55
Binary 10110110 10100011 101111 0 1010 1001010 11101 110100 111011 101101

Color Harmonies of #B6A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A32F

Black with #B6A32F

Text Example


Text Example

White with #B6A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A32F; }

 p { color: rgb(182,163,47); }

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

background-color css

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

 a { background-color: rgb(182,163,47); }

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

border-color css

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

 span { border-color: rgb(182,163,47); }

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