Html Css Color HEX #B1AF26 Earls Green

📋 copy color: '#B1AF26'

red 177 ◦ green 175 ◦ blue 38

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

Shades of Earls Green #B1AF26

Tints of Earls Green #B1AF26

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

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

R = 45.38%
G = 44.87%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B1AF26 (or 0xB1AF26) is known color: Earls Green. HEX triplet: B1, AF and 26. RGB value is (177,175,38). Sum of RGB (Red+Green+Blue) = 177+175+38=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 38 (15.23% from 255 or 9.74% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1AF26 is #4E50D9. Grayscale: #A0A0A0. Windows color (decimal): -5132506 or 2535345. OLE color: 2535345.

HSL color Cylindrical-coordinate representation of color #B1AF26: hue angle of 59.14º 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 #B1AF26 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 175 38 -
CMYK 0 0.01 0.79 0.31
HSL 59.14º 0.65% 0.42% -
HSV(B) 59.14º 0.79% 0.69% -
XYZ 33.81 40.15 7.8 -
YUV 159.98 59.16 140.14 -
System Red Green Blue C M Y K H S L
Decimal 177 175 38 0 0.01 0.79 0.31 59.14 0.65 0.42
Hex B1 AF 26 0 1 4F 1F 3B 41 2A
Octal 261 257 46 0 1 117 37 73 101 52
Binary 10110001 10101111 100110 0 1 1001111 11111 111011 1000001 101010

Color Harmonies of #B1AF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AF26

Black with #B1AF26

Text Example


Text Example

White with #B1AF26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AF26; }

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

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

background-color css

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

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

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

border-color css

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

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

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