Html Css Color HEX #B2A012 Lucky

📋 copy color: '#B2A012'

red 178 ◦ green 160 ◦ blue 18

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

Shades of Lucky #B2A012

Tints of Lucky #B2A012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.06%

R = 50%
G = 44.94%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B2A012 (or 0xB2A012) is known color: Lucky. HEX triplet: B2, A0 and 12. RGB value is (178,160,18). Sum of RGB (Red+Green+Blue) = 178+160+18=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A012 is #4D5FED. Grayscale: #959595. Windows color (decimal): -5070830 or 1220786. OLE color: 1220786.

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

Color convert

RGB 178 160 18 -
CMYK 0 0.10 0.90 0.30
HSL 53.25º 0.82% 0.38% -
HSV(B) 53.25º 0.9% 0.7% -
XYZ 31.04 34.65 5.62 -
YUV 149.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 178 160 18 0 0.10 0.90 0.30 53.25 0.82 0.38
Hex B2 A0 12 0 A 5A 1E 35 52 26
Octal 262 240 22 0 12 132 36 65 122 46
Binary 10110010 10100000 10010 0 1010 1011010 11110 110101 1010010 100110

Color Harmonies of #B2A012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A012

Black with #B2A012

Text Example


Text Example

White with #B2A012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A012; }

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

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

background-color css

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

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

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

border-color css

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

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

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