Html Css Color HEX #B2A316 Lucky

📋 copy color: '#B2A316'

red 178 ◦ green 163 ◦ blue 22

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

Shades of Lucky #B2A316

Tints of Lucky #B2A316

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.9%

 BLUE value IS 22 (8.98% from 255) = 6.06%

R = 49.04%
G = 44.9%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B2A316 (or 0xB2A316) is known color: Lucky. HEX triplet: B2, A3 and 16. RGB value is (178,163,22). Sum of RGB (Red+Green+Blue) = 178+163+22=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 22 (8.98% from 255 or 6.06% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A316 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A316 is #4D5CE9. Grayscale: #979797. Windows color (decimal): -5070058 or 1483698. OLE color: 1483698.

HSL color Cylindrical-coordinate representation of color #B2A316: hue angle of 54.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2A316 is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 163 22 -
CMYK 0 0.08 0.88 0.30
HSL 54.23º 0.78% 0.39% -
HSV(B) 54.23º 0.88% 0.7% -
XYZ 31.6 35.72 5.99 -
YUV 151.41 54.97 146.96 -
System Red Green Blue C M Y K H S L
Decimal 178 163 22 0 0.08 0.88 0.30 54.23 0.78 0.39
Hex B2 A3 16 0 8 58 1E 36 4E 27
Octal 262 243 26 0 10 130 36 66 116 47
Binary 10110010 10100011 10110 0 1000 1011000 11110 110110 1001110 100111

Color Harmonies of #B2A316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A316

Black with #B2A316

Text Example


Text Example

White with #B2A316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A316; }

 p { color: rgb(178,163,22); }

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

background-color css

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

 a { background-color: rgb(178,163,22); }

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

border-color css

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

 span { border-color: rgb(178,163,22); }

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