Html Css Color HEX #B5A430 Earls Green

📋 copy color: '#B5A430'

red 181 ◦ green 164 ◦ blue 48

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

Shades of Earls Green #B5A430

Tints of Earls Green #B5A430

RGB

 RED value IS 181 (71.09% from 255) = 46.06%

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

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

R = 46.06%
G = 41.73%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B5A430 (or 0xB5A430) is known color: Earls Green. HEX triplet: B5, A4 and 30. RGB value is (181,164,48). Sum of RGB (Red+Green+Blue) = 181+164+48=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A430 is #4A5BCF. Grayscale: #9C9C9C. Windows color (decimal): -4873168 or 3187893. OLE color: 3187893.

HSL color Cylindrical-coordinate representation of color #B5A430: hue angle of 52.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5A430 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 48 -
CMYK 0 0.09 0.73 0.29
HSL 52.33º 0.58% 0.45% -
HSV(B) 52.33º 0.73% 0.71% -
XYZ 32.87 36.59 8.13 -
YUV 155.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 181 164 48 0 0.09 0.73 0.29 52.33 0.58 0.45
Hex B5 A4 30 0 9 49 1D 34 3A 2D
Octal 265 244 60 0 11 111 35 64 72 55
Binary 10110101 10100100 110000 0 1001 1001001 11101 110100 111010 101101

Color Harmonies of #B5A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A430

Black with #B5A430

Text Example


Text Example

White with #B5A430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A430; }

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

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

background-color css

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

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

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

border-color css

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

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

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