Html Css Color HEX #B8A430 Earls Green

📋 copy color: '#B8A430'

red 184 ◦ green 164 ◦ blue 48

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

Shades of Earls Green #B8A430

Tints of Earls Green #B8A430

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.41%

 BLUE value IS 48 (19.14% from 255) = 12.12%

R = 46.46%
G = 41.41%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8A430 (or 0xB8A430) is known color: Earls Green. HEX triplet: B8, A4 and 30. RGB value is (184,164,48). Sum of RGB (Red+Green+Blue) = 184+164+48=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8A430 is #475BCF. Grayscale: #9D9D9D. Windows color (decimal): -4676560 or 3187896. OLE color: 3187896.

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

Color convert

RGB 184 164 48 -
CMYK 0 0.11 0.74 0.28
HSL 51.18º 0.59% 0.45% -
HSV(B) 51.18º 0.74% 0.72% -
XYZ 33.58 36.95 8.16 -
YUV 156.76 66.63 147.43 -
System Red Green Blue C M Y K H S L
Decimal 184 164 48 0 0.11 0.74 0.28 51.18 0.59 0.45
Hex B8 A4 30 0 B 4A 1C 33 3B 2D
Octal 270 244 60 0 13 112 34 63 73 55
Binary 10111000 10100100 110000 0 1011 1001010 11100 110011 111011 101101

Color Harmonies of #B8A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A430

Black with #B8A430

Text Example


Text Example

White with #B8A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A430; }

 p { color: rgb(184,164,48); }

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

background-color css

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

 a { background-color: rgb(184,164,48); }

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

border-color css

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

 span { border-color: rgb(184,164,48); }

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