Html Css Color HEX #B8AD30 Earls Green

📋 copy color: '#B8AD30'

red 184 ◦ green 173 ◦ blue 48

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

Shades of Earls Green #B8AD30

Tints of Earls Green #B8AD30

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.72%

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

R = 45.43%
G = 42.72%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8AD30 (or 0xB8AD30) is known color: Earls Green. HEX triplet: B8, AD and 30. RGB value is (184,173,48). Sum of RGB (Red+Green+Blue) = 184+173+48=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 48 (19.14% from 255 or 11.85% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8AD30 is #4752CF. Grayscale: #A2A2A2. Windows color (decimal): -4674256 or 3190200. OLE color: 3190200.

HSL color Cylindrical-coordinate representation of color #B8AD30: hue angle of 55.15º 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 #B8AD30 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 48 -
CMYK 0 0.06 0.74 0.28
HSL 55.15º 0.59% 0.45% -
HSV(B) 55.15º 0.74% 0.72% -
XYZ 35.24 40.29 8.72 -
YUV 162.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 184 173 48 0 0.06 0.74 0.28 55.15 0.59 0.45
Hex B8 AD 30 0 6 4A 1C 37 3B 2D
Octal 270 255 60 0 6 112 34 67 73 55
Binary 10111000 10101101 110000 0 110 1001010 11100 110111 111011 101101

Color Harmonies of #B8AD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD30

Black with #B8AD30

Text Example


Text Example

White with #B8AD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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