Html Css Color HEX #B6A32B Earls Green

📋 copy color: '#B6A32B'

red 182 ◦ green 163 ◦ blue 43

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

Shades of Earls Green #B6A32B

Tints of Earls Green #B6A32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.08%

R = 46.91%
G = 42.01%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6A32B (or 0xB6A32B) is known color: Earls Green. HEX triplet: B6, A3 and 2B. RGB value is (182,163,43). Sum of RGB (Red+Green+Blue) = 182+163+43=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A32B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A32B is #495CD4. Grayscale: #9B9B9B. Windows color (decimal): -4807893 or 2859958. OLE color: 2859958.

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

Color convert

RGB 182 163 43 -
CMYK 0 0.10 0.76 0.29
HSL 51.8º 0.62% 0.44% -
HSV(B) 51.8º 0.76% 0.71% -
XYZ 32.82 36.31 7.56 -
YUV 155 64.79 147.26 -
System Red Green Blue C M Y K H S L
Decimal 182 163 43 0 0.10 0.76 0.29 51.8 0.62 0.44
Hex B6 A3 2B 0 A 4C 1D 34 3E 2C
Octal 266 243 53 0 12 114 35 64 76 54
Binary 10110110 10100011 101011 0 1010 1001100 11101 110100 111110 101100

Color Harmonies of #B6A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A32B

Black with #B6A32B

Text Example


Text Example

White with #B6A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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