Html Css Color HEX #B4A21B Earls Green

📋 copy color: '#B4A21B'

red 180 ◦ green 162 ◦ blue 27

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

Shades of Earls Green #B4A21B

Tints of Earls Green #B4A21B

RGB

 RED value IS 180 (70.7% from 255) = 48.78%

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

 BLUE value IS 27 (10.94% from 255) = 7.32%

R = 48.78%
G = 43.9%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4A21B (or 0xB4A21B) is known color: Earls Green. HEX triplet: B4, A2 and 1B. RGB value is (180,162,27). Sum of RGB (Red+Green+Blue) = 180+162+27=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A21B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4A21B is #4B5DE4. Grayscale: #989898. Windows color (decimal): -4939237 or 1811124. OLE color: 1811124.

HSL color Cylindrical-coordinate representation of color #B4A21B: hue angle of 52.94º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4A21B is Cyan = 0, Magento = 0.1, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 162 27 -
CMYK 0 0.1 0.85 0.29
HSL 52.94º 0.74% 0.41% -
HSV(B) 52.94º 0.85% 0.71% -
XYZ 31.94 35.62 6.23 -
YUV 151.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 180 162 27 0 0.1 0.85 0.29 52.94 0.74 0.41
Hex B4 A2 1B 0 A 55 1D 35 4A 29
Octal 264 242 33 0 12 125 35 65 112 51
Binary 10110100 10100010 11011 0 1010 1010101 11101 110101 1001010 101001

Color Harmonies of #B4A21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A21B

Black with #B4A21B

Text Example


Text Example

White with #B4A21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A21B; }

 p { color: rgb(180,162,27); }

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

background-color css

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

 a { background-color: rgb(180,162,27); }

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

border-color css

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

 span { border-color: rgb(180,162,27); }

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