Html Css Color HEX #B3A500 Lucky

📋 copy color: '#B3A500'

red 179 ◦ green 165 ◦ blue 0

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

Shades of Lucky #B3A500

Tints of Lucky #B3A500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.97%

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

R = 52.03%
G = 47.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B3A500 (or 0xB3A500) is known color: Lucky. HEX triplet: B3, A5 and 00. RGB value is (179,165,0). Sum of RGB (Red+Green+Blue) = 179+165+0=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 0 (0.39% from 255 or 0% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A500 is #4C5AFF. Grayscale: #979797. Windows color (decimal): -5004032 or 42419. OLE color: 42419.

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

Color convert

RGB 179 165 0 -
CMYK 0 0.08 1 0.30
HSL 55.31º 1% 0.35% -
HSV(B) 55.31º 1% 0.7% -
XYZ 32.05 36.49 5.36 -
YUV 150.38 43.14 148.42 -
System Red Green Blue C M Y K H S L
Decimal 179 165 0 0 0.08 1 0.30 55.31 1 0.35
Hex B3 A5 0 0 8 64 1E 37 64 23
Octal 263 245 0 0 10 144 36 67 144 43
Binary 10110011 10100101 0 0 1000 1100100 11110 110111 1100100 100011

Color Harmonies of #B3A500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A500

Black with #B3A500

Text Example


Text Example

White with #B3A500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A500; }

 p { color: rgb(179,165,0); }

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

background-color css

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

 a { background-color: rgb(179,165,0); }

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

border-color css

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

 span { border-color: rgb(179,165,0); }

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