Html Css Color HEX #B1A603 Lucky

📋 copy color: '#B1A603'

red 177 ◦ green 166 ◦ blue 3

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

Shades of Lucky #B1A603

Tints of Lucky #B1A603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 51.16%
G = 47.98%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B1A603 (or 0xB1A603) is known color: Lucky. HEX triplet: B1, A6 and 03. RGB value is (177,166,3). Sum of RGB (Red+Green+Blue) = 177+166+3=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A603 is #4E59FC. Grayscale: #979797. Windows color (decimal): -5134845 or 239281. OLE color: 239281.

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

Color convert

RGB 177 166 3 -
CMYK 0 0.06 0.98 0.31
HSL 56.21º 0.97% 0.35% -
HSV(B) 56.21º 0.98% 0.69% -
XYZ 31.78 36.63 5.48 -
YUV 150.71 44.64 146.75 -
System Red Green Blue C M Y K H S L
Decimal 177 166 3 0 0.06 0.98 0.31 56.21 0.97 0.35
Hex B1 A6 3 0 6 62 1F 38 61 23
Octal 261 246 3 0 6 142 37 70 141 43
Binary 10110001 10100110 11 0 110 1100010 11111 111000 1100001 100011

Color Harmonies of #B1A603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A603

Black with #B1A603

Text Example


Text Example

White with #B1A603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A603; }

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

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

background-color css

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

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

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

border-color css

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

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

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