Html Css Color HEX #B8A326 Earls Green

📋 copy color: '#B8A326'

red 184 ◦ green 163 ◦ blue 38

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

Shades of Earls Green #B8A326

Tints of Earls Green #B8A326

RGB

 RED value IS 184 (72.27% from 255) = 47.79%

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

 BLUE value IS 38 (15.23% from 255) = 9.87%

R = 47.79%
G = 42.34%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B8A326 (or 0xB8A326) is known color: Earls Green. HEX triplet: B8, A3 and 26. RGB value is (184,163,38). Sum of RGB (Red+Green+Blue) = 184+163+38=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 38 (15.23% from 255 or 9.87% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A326 is #475CD9. Grayscale: #9B9B9B. Windows color (decimal): -4676826 or 2532280. OLE color: 2532280.

HSL color Cylindrical-coordinate representation of color #B8A326: hue angle of 51.37º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8A326 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 163 38 -
CMYK 0 0.11 0.79 0.28
HSL 51.37º 0.66% 0.44% -
HSV(B) 51.37º 0.79% 0.72% -
XYZ 33.21 36.52 7.13 -
YUV 155.03 61.96 148.66 -
System Red Green Blue C M Y K H S L
Decimal 184 163 38 0 0.11 0.79 0.28 51.37 0.66 0.44
Hex B8 A3 26 0 B 4F 1C 33 42 2C
Octal 270 243 46 0 13 117 34 63 102 54
Binary 10111000 10100011 100110 0 1011 1001111 11100 110011 1000010 101100

Color Harmonies of #B8A326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A326

Black with #B8A326

Text Example


Text Example

White with #B8A326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A326; }

 p { color: rgb(184,163,38); }

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

background-color css

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

 a { background-color: rgb(184,163,38); }

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

border-color css

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

 span { border-color: rgb(184,163,38); }

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