Html Css Color HEX #B1A201 Lucky

📋 copy color: '#B1A201'

red 177 ◦ green 162 ◦ blue 1

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

Shades of Lucky #B1A201

Tints of Lucky #B1A201

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.65%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 52.06%
G = 47.65%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B1A201 (or 0xB1A201) is known color: Lucky. HEX triplet: B1, A2 and 01. RGB value is (177,162,1). Sum of RGB (Red+Green+Blue) = 177+162+1=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A201 is #4E5DFE. Grayscale: #949494. Windows color (decimal): -5135871 or 107185. OLE color: 107185.

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

Color convert

RGB 177 162 1 -
CMYK 0 0.08 0.99 0.31
HSL 54.89º 0.99% 0.35% -
HSV(B) 54.89º 0.99% 0.69% -
XYZ 31.06 35.19 5.18 -
YUV 148.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 177 162 1 0 0.08 0.99 0.31 54.89 0.99 0.35
Hex B1 A2 1 0 8 63 1F 37 63 23
Octal 261 242 1 0 10 143 37 67 143 43
Binary 10110001 10100010 1 0 1000 1100011 11111 110111 1100011 100011

Color Harmonies of #B1A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A201

Black with #B1A201

Text Example


Text Example

White with #B1A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A201; }

 p { color: rgb(177,162,1); }

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

background-color css

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

 a { background-color: rgb(177,162,1); }

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

border-color css

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

 span { border-color: rgb(177,162,1); }

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