Html Css Color HEX #B2A000 Lucky

📋 copy color: '#B2A000'

red 178 ◦ green 160 ◦ blue 0

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

Shades of Lucky #B2A000

Tints of Lucky #B2A000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.34%

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

R = 52.66%
G = 47.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B2A000 (or 0xB2A000) is known color: Lucky. HEX triplet: B2, A0 and 00. RGB value is (178,160,0). Sum of RGB (Red+Green+Blue) = 178+160+0=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 0 (0.39% from 255 or 0% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A000 is #4D5FFF. Grayscale: #939393. Windows color (decimal): -5070848 or 41138. OLE color: 41138.

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

Color convert

RGB 178 160 0 -
CMYK 0 0.10 1 0.30
HSL 53.93º 1% 0.35% -
HSV(B) 53.93º 1% 0.7% -
XYZ 30.93 34.61 5.05 -
YUV 147.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 178 160 0 0 0.10 1 0.30 53.93 1 0.35
Hex B2 A0 0 0 A 64 1E 36 64 23
Octal 262 240 0 0 12 144 36 66 144 43
Binary 10110010 10100000 0 0 1010 1100100 11110 110110 1100100 100011

Color Harmonies of #B2A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A000

Black with #B2A000

Text Example


Text Example

White with #B2A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A000; }

 p { color: rgb(178,160,0); }

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

background-color css

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

 a { background-color: rgb(178,160,0); }

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

border-color css

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

 span { border-color: rgb(178,160,0); }

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