Html Css Color HEX #B5AC2D Earls Green

📋 copy color: '#B5AC2D'

red 181 ◦ green 172 ◦ blue 45

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

Shades of Earls Green #B5AC2D

Tints of Earls Green #B5AC2D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.22%

 BLUE value IS 45 (17.97% from 255) = 11.31%

R = 45.48%
G = 43.22%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5AC2D (or 0xB5AC2D) is known color: Earls Green. HEX triplet: B5, AC and 2D. RGB value is (181,172,45). Sum of RGB (Red+Green+Blue) = 181+172+45=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AC2D is #4A53D2. Grayscale: #A0A0A0. Windows color (decimal): -4871123 or 2993333. OLE color: 2993333.

HSL color Cylindrical-coordinate representation of color #B5AC2D: hue angle of 56.03º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5AC2D is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 172 45 -
CMYK 0 0.05 0.75 0.29
HSL 56.03º 0.6% 0.44% -
HSV(B) 56.03º 0.75% 0.71% -
XYZ 34.28 39.52 8.3 -
YUV 160.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 181 172 45 0 0.05 0.75 0.29 56.03 0.6 0.44
Hex B5 AC 2D 0 5 4B 1D 38 3C 2C
Octal 265 254 55 0 5 113 35 70 74 54
Binary 10110101 10101100 101101 0 101 1001011 11101 111000 111100 101100

Color Harmonies of #B5AC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AC2D

Black with #B5AC2D

Text Example


Text Example

White with #B5AC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AC2D; }

 p { color: rgb(181,172,45); }

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

background-color css

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

 a { background-color: rgb(181,172,45); }

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

border-color css

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

 span { border-color: rgb(181,172,45); }

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