Html Css Color HEX #B0A201 Lucky

📋 copy color: '#B0A201'

red 176 ◦ green 162 ◦ blue 1

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

Shades of Lucky #B0A201

Tints of Lucky #B0A201

RGB

 RED value IS 176 (69.14% from 255) = 51.92%

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

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

R = 51.92%
G = 47.79%
B = 0.29%

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

#B0A201 (or 0xB0A201) is known color: Lucky. HEX triplet: B0, A2 and 01. RGB value is (176,162,1). Sum of RGB (Red+Green+Blue) = 176+162+1=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A201 is #4F5DFE. Grayscale: #949494. Windows color (decimal): -5201407 or 107184. OLE color: 107184.

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

Color convert

RGB 176 162 1 -
CMYK 0 0.08 0.99 0.31
HSL 55.2º 0.99% 0.35% -
HSV(B) 55.2º 0.99% 0.69% -
XYZ 30.83 35.07 5.17 -
YUV 147.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 176 162 1 0 0.08 0.99 0.31 55.2 0.99 0.35
Hex B0 A2 1 0 8 63 1F 37 63 23
Octal 260 242 1 0 10 143 37 67 143 43
Binary 10110000 10100010 1 0 1000 1100011 11111 110111 1100011 100011

Color Harmonies of #B0A201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A201

Black with #B0A201

Text Example


Text Example

White with #B0A201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A201; }

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

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

background-color css

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

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

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

border-color css

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

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

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