Html Css Color HEX #B1A602 Lucky

📋 copy color: '#B1A602'

red 177 ◦ green 166 ◦ blue 2

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

Shades of Lucky #B1A602

Tints of Lucky #B1A602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 51.3%
G = 48.12%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B1A602 (or 0xB1A602) is known color: Lucky. HEX triplet: B1, A6 and 02. RGB value is (177,166,2). Sum of RGB (Red+Green+Blue) = 177+166+2=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A602 is #4E59FD. Grayscale: #979797. Windows color (decimal): -5134846 or 173745. OLE color: 173745.

HSL color Cylindrical-coordinate representation of color #B1A602: hue angle of 56.23º degrees, saturation: 0.98, 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 #B1A602 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 166 2 -
CMYK 0 0.06 0.99 0.31
HSL 56.23º 0.98% 0.35% -
HSV(B) 56.23º 0.99% 0.69% -
XYZ 31.78 36.62 5.45 -
YUV 150.59 44.14 146.84 -
System Red Green Blue C M Y K H S L
Decimal 177 166 2 0 0.06 0.99 0.31 56.23 0.98 0.35
Hex B1 A6 2 0 6 63 1F 38 62 23
Octal 261 246 2 0 6 143 37 70 142 43
Binary 10110001 10100110 10 0 110 1100011 11111 111000 1100010 100011

Color Harmonies of #B1A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A602

Black with #B1A602

Text Example


Text Example

White with #B1A602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A602; }

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

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

background-color css

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

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

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

border-color css

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

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

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