Html Css Color HEX #B1A820 Earls Green

📋 copy color: '#B1A820'

red 177 ◦ green 168 ◦ blue 32

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

Shades of Earls Green #B1A820

Tints of Earls Green #B1A820

RGB

 RED value IS 177 (69.53% from 255) = 46.95%

 GREEN value IS 168 (66.02% from 255) = 44.56%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 46.95%
G = 44.56%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1A820 (or 0xB1A820) is known color: Earls Green. HEX triplet: B1, A8 and 20. RGB value is (177,168,32). Sum of RGB (Red+Green+Blue) = 177+168+32=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A820 is #4E57DF. Grayscale: #9B9B9B. Windows color (decimal): -5134304 or 2140337. OLE color: 2140337.

HSL color Cylindrical-coordinate representation of color #B1A820: hue angle of 56.28º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1A820 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 168 32 -
CMYK 0 0.05 0.82 0.31
HSL 56.28º 0.69% 0.41% -
HSV(B) 56.28º 0.82% 0.69% -
XYZ 32.39 37.46 6.89 -
YUV 155.19 58.48 143.56 -
System Red Green Blue C M Y K H S L
Decimal 177 168 32 0 0.05 0.82 0.31 56.28 0.69 0.41
Hex B1 A8 20 0 5 52 1F 38 45 29
Octal 261 250 40 0 5 122 37 70 105 51
Binary 10110001 10101000 100000 0 101 1010010 11111 111000 1000101 101001

Color Harmonies of #B1A820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A820

Black with #B1A820

Text Example


Text Example

White with #B1A820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A820; }

 p { color: rgb(177,168,32); }

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

background-color css

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

 a { background-color: rgb(177,168,32); }

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

border-color css

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

 span { border-color: rgb(177,168,32); }

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