Html Css Color HEX #B1A630 Earls Green

📋 copy color: '#B1A630'

red 177 ◦ green 166 ◦ blue 48

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

Shades of Earls Green #B1A630

Tints of Earls Green #B1A630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.46%

 BLUE value IS 48 (19.14% from 255) = 12.28%

R = 45.27%
G = 42.46%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B1A630 (or 0xB1A630) is known color: Earls Green. HEX triplet: B1, A6 and 30. RGB value is (177,166,48). Sum of RGB (Red+Green+Blue) = 177+166+48=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1A630 is #4E59CF. Grayscale: #9C9C9C. Windows color (decimal): -5134800 or 3188401. OLE color: 3188401.

HSL color Cylindrical-coordinate representation of color #B1A630: hue angle of 54.88º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1A630 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 166 48 -
CMYK 0 0.06 0.73 0.31
HSL 54.88º 0.57% 0.44% -
HSV(B) 54.88º 0.73% 0.69% -
XYZ 32.3 36.83 8.2 -
YUV 155.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 177 166 48 0 0.06 0.73 0.31 54.88 0.57 0.44
Hex B1 A6 30 0 6 49 1F 37 39 2C
Octal 261 246 60 0 6 111 37 67 71 54
Binary 10110001 10100110 110000 0 110 1001001 11111 110111 111001 101100

Color Harmonies of #B1A630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A630

Black with #B1A630

Text Example


Text Example

White with #B1A630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A630; }

 p { color: rgb(177,166,48); }

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

background-color css

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

 a { background-color: rgb(177,166,48); }

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

border-color css

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

 span { border-color: rgb(177,166,48); }

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