Html Css Color HEX #B2A310 Lucky

📋 copy color: '#B2A310'

red 178 ◦ green 163 ◦ blue 16

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

Shades of Lucky #B2A310

Tints of Lucky #B2A310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 49.86%
G = 45.66%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B2A310 (or 0xB2A310) is known color: Lucky. HEX triplet: B2, A3 and 10. RGB value is (178,163,16). Sum of RGB (Red+Green+Blue) = 178+163+16=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A310 is #4D5CEF. Grayscale: #979797. Windows color (decimal): -5070064 or 1090482. OLE color: 1090482.

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

Color convert

RGB 178 163 16 -
CMYK 0 0.08 0.91 0.30
HSL 54.44º 0.84% 0.38% -
HSV(B) 54.44º 0.91% 0.7% -
XYZ 31.55 35.7 5.72 -
YUV 150.73 51.97 147.45 -
System Red Green Blue C M Y K H S L
Decimal 178 163 16 0 0.08 0.91 0.30 54.44 0.84 0.38
Hex B2 A3 10 0 8 5B 1E 36 54 26
Octal 262 243 20 0 10 133 36 66 124 46
Binary 10110010 10100011 10000 0 1000 1011011 11110 110110 1010100 100110

Color Harmonies of #B2A310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A310

Black with #B2A310

Text Example


Text Example

White with #B2A310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A310; }

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

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

background-color css

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

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

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

border-color css

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

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

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