Html Css Color HEX #B2A201 Lucky

📋 copy color: '#B2A201'

red 178 ◦ green 162 ◦ blue 1

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

Shades of Lucky #B2A201

Tints of Lucky #B2A201

RGB

 RED value IS 178 (69.92% from 255) = 52.2%

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

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

R = 52.2%
G = 47.51%
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

#B2A201 (or 0xB2A201) is known color: Lucky. HEX triplet: B2, A2 and 01. RGB value is (178,162,1). Sum of RGB (Red+Green+Blue) = 178+162+1=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A201 is #4D5DFE. Grayscale: #959595. Windows color (decimal): -5070335 or 107186. OLE color: 107186.

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

Color convert

RGB 178 162 1 -
CMYK 0 0.09 0.99 0.30
HSL 54.58º 0.99% 0.35% -
HSV(B) 54.58º 0.99% 0.7% -
XYZ 31.29 35.31 5.19 -
YUV 148.43 44.8 149.09 -
System Red Green Blue C M Y K H S L
Decimal 178 162 1 0 0.09 0.99 0.30 54.58 0.99 0.35
Hex B2 A2 1 0 9 63 1E 37 63 23
Octal 262 242 1 0 11 143 36 67 143 43
Binary 10110010 10100010 1 0 1001 1100011 11110 110111 1100011 100011

Color Harmonies of #B2A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A201

Black with #B2A201

Text Example


Text Example

White with #B2A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A201; }

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

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

background-color css

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

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

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

border-color css

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

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

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