Html Css Color HEX #B8A223 Earls Green

📋 copy color: '#B8A223'

red 184 ◦ green 162 ◦ blue 35

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

Shades of Earls Green #B8A223

Tints of Earls Green #B8A223

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.52%

 BLUE value IS 35 (14.06% from 255) = 9.19%

R = 48.29%
G = 42.52%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B8A223 (or 0xB8A223) is known color: Earls Green. HEX triplet: B8, A2 and 23. RGB value is (184,162,35). Sum of RGB (Red+Green+Blue) = 184+162+35=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A223 is #475DDC. Grayscale: #9A9A9A. Windows color (decimal): -4677085 or 2335416. OLE color: 2335416.

HSL color Cylindrical-coordinate representation of color #B8A223: hue angle of 51.14º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B8A223 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 162 35 -
CMYK 0 0.12 0.81 0.28
HSL 51.14º 0.68% 0.43% -
HSV(B) 51.14º 0.81% 0.72% -
XYZ 32.99 36.15 6.83 -
YUV 154.1 60.79 149.33 -
System Red Green Blue C M Y K H S L
Decimal 184 162 35 0 0.12 0.81 0.28 51.14 0.68 0.43
Hex B8 A2 23 0 C 51 1C 33 44 2B
Octal 270 242 43 0 14 121 34 63 104 53
Binary 10111000 10100010 100011 0 1100 1010001 11100 110011 1000100 101011

Color Harmonies of #B8A223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A223

Black with #B8A223

Text Example


Text Example

White with #B8A223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A223; }

 p { color: rgb(184,162,35); }

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

background-color css

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

 a { background-color: rgb(184,162,35); }

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

border-color css

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

 span { border-color: rgb(184,162,35); }

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