Html Css Color HEX #B0A100 Lucky

📋 copy color: '#B0A100'

red 176 ◦ green 161 ◦ blue 0

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

Shades of Lucky #B0A100

Tints of Lucky #B0A100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 47.77%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.23%
G = 47.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B0A100 (or 0xB0A100) is known color: Lucky. HEX triplet: B0, A1 and 00. RGB value is (176,161,0). Sum of RGB (Red+Green+Blue) = 176+161+0=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A100 is #4F5EFF. Grayscale: #939393. Windows color (decimal): -5201664 or 41392. OLE color: 41392.

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

Color convert

RGB 176 161 0 -
CMYK 0 0.09 1 0.31
HSL 54.89º 1% 0.35% -
HSV(B) 54.89º 1% 0.69% -
XYZ 30.65 34.72 5.09 -
YUV 147.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 176 161 0 0 0.09 1 0.31 54.89 1 0.35
Hex B0 A1 0 0 9 64 1F 37 64 23
Octal 260 241 0 0 11 144 37 67 144 43
Binary 10110000 10100001 0 0 1001 1100100 11111 110111 1100100 100011

Color Harmonies of #B0A100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A100

Black with #B0A100

Text Example


Text Example

White with #B0A100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A100; }

 p { color: rgb(176,161,0); }

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

background-color css

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

 a { background-color: rgb(176,161,0); }

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

border-color css

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

 span { border-color: rgb(176,161,0); }

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