Html Css Color HEX #B1A926 Earls Green

📋 copy color: '#B1A926'

red 177 ◦ green 169 ◦ blue 38

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

Shades of Earls Green #B1A926

Tints of Earls Green #B1A926

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

 BLUE value IS 38 (15.23% from 255) = 9.9%

R = 46.09%
G = 44.01%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B1A926 (or 0xB1A926) is known color: Earls Green. HEX triplet: B1, A9 and 26. RGB value is (177,169,38). Sum of RGB (Red+Green+Blue) = 177+169+38=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 38 (15.23% from 255 or 9.90% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A926 is #4E56D9. Grayscale: #9C9C9C. Windows color (decimal): -5134042 or 2533809. OLE color: 2533809.

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

Color convert

RGB 177 169 38 -
CMYK 0 0.05 0.79 0.31
HSL 56.55º 0.65% 0.42% -
HSV(B) 56.55º 0.79% 0.69% -
XYZ 32.67 37.86 7.42 -
YUV 156.46 61.15 142.65 -
System Red Green Blue C M Y K H S L
Decimal 177 169 38 0 0.05 0.79 0.31 56.55 0.65 0.42
Hex B1 A9 26 0 5 4F 1F 39 41 2A
Octal 261 251 46 0 5 117 37 71 101 52
Binary 10110001 10101001 100110 0 101 1001111 11111 111001 1000001 101010

Color Harmonies of #B1A926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A926

Black with #B1A926

Text Example


Text Example

White with #B1A926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A926; }

 p { color: rgb(177,169,38); }

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

background-color css

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

 a { background-color: rgb(177,169,38); }

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

border-color css

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

 span { border-color: rgb(177,169,38); }

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