Html Css Color HEX #B1A202 Lucky

📋 copy color: '#B1A202'

red 177 ◦ green 162 ◦ blue 2

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

Shades of Lucky #B1A202

Tints of Lucky #B1A202

RGB

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

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

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

R = 51.91%
G = 47.51%
B = 0.59%

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

#B1A202 (or 0xB1A202) is known color: Lucky. HEX triplet: B1, A2 and 02. RGB value is (177,162,2). Sum of RGB (Red+Green+Blue) = 177+162+2=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A202 is #4E5DFD. Grayscale: #949494. Windows color (decimal): -5135870 or 172721. OLE color: 172721.

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

Color convert

RGB 177 162 2 -
CMYK 0 0.08 0.99 0.31
HSL 54.86º 0.98% 0.35% -
HSV(B) 54.86º 0.99% 0.69% -
XYZ 31.06 35.19 5.21 -
YUV 148.25 45.47 148.51 -
System Red Green Blue C M Y K H S L
Decimal 177 162 2 0 0.08 0.99 0.31 54.86 0.98 0.35
Hex B1 A2 2 0 8 63 1F 37 62 23
Octal 261 242 2 0 10 143 37 67 142 43
Binary 10110001 10100010 10 0 1000 1100011 11111 110111 1100010 100011

Color Harmonies of #B1A202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A202

Black with #B1A202

Text Example


Text Example

White with #B1A202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A202; }

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

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

background-color css

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

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

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

border-color css

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

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

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