Html Css Color HEX #B3A201 Lucky

📋 copy color: '#B3A201'

red 179 ◦ green 162 ◦ blue 1

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

Shades of Lucky #B3A201

Tints of Lucky #B3A201

RGB

 RED value IS 179 (70.31% from 255) = 52.34%

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

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

R = 52.34%
G = 47.37%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B3A201 (or 0xB3A201) is known color: Lucky. HEX triplet: B3, A2 and 01. RGB value is (179,162,1). Sum of RGB (Red+Green+Blue) = 179+162+1=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A201 is #4C5DFE. Grayscale: #959595. Windows color (decimal): -5004799 or 107187. OLE color: 107187.

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

Color convert

RGB 179 162 1 -
CMYK 0 0.09 0.99 0.30
HSL 54.27º 0.99% 0.35% -
HSV(B) 54.27º 0.99% 0.7% -
XYZ 31.52 35.43 5.21 -
YUV 148.73 44.63 149.59 -
System Red Green Blue C M Y K H S L
Decimal 179 162 1 0 0.09 0.99 0.30 54.27 0.99 0.35
Hex B3 A2 1 0 9 63 1E 36 63 23
Octal 263 242 1 0 11 143 36 66 143 43
Binary 10110011 10100010 1 0 1001 1100011 11110 110110 1100011 100011

Color Harmonies of #B3A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A201

Black with #B3A201

Text Example


Text Example

White with #B3A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A201; }

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

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

background-color css

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

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

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

border-color css

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

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

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