Html Css Color HEX #B1A808 Lucky

📋 copy color: '#B1A808'

red 177 ◦ green 168 ◦ blue 8

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

Shades of Lucky #B1A808

Tints of Lucky #B1A808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.27%

R = 50.14%
G = 47.59%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B1A808 (or 0xB1A808) is known color: Lucky. HEX triplet: B1, A8 and 08. RGB value is (177,168,8). Sum of RGB (Red+Green+Blue) = 177+168+8=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A808 is #4E57F7. Grayscale: #999999. Windows color (decimal): -5134328 or 567473. OLE color: 567473.

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

Color convert

RGB 177 168 8 -
CMYK 0 0.05 0.95 0.31
HSL 56.8º 0.91% 0.36% -
HSV(B) 56.8º 0.95% 0.69% -
XYZ 32.18 37.37 5.75 -
YUV 152.45 46.48 145.51 -
System Red Green Blue C M Y K H S L
Decimal 177 168 8 0 0.05 0.95 0.31 56.8 0.91 0.36
Hex B1 A8 8 0 5 5F 1F 39 5B 24
Octal 261 250 10 0 5 137 37 71 133 44
Binary 10110001 10101000 1000 0 101 1011111 11111 111001 1011011 100100

Color Harmonies of #B1A808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A808

Black with #B1A808

Text Example


Text Example

White with #B1A808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A808; }

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

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

background-color css

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

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

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

border-color css

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

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

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