Html Css Color HEX #B2A21A Lucky

📋 copy color: '#B2A21A'

red 178 ◦ green 162 ◦ blue 26

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

Shades of Lucky #B2A21A

Tints of Lucky #B2A21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.26%

 BLUE value IS 26 (10.55% from 255) = 7.1%

R = 48.63%
G = 44.26%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2A21A (or 0xB2A21A) is known color: Lucky. HEX triplet: B2, A2 and 1A. RGB value is (178,162,26). Sum of RGB (Red+Green+Blue) = 178+162+26=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2A21A is #4D5DE5. Grayscale: #979797. Windows color (decimal): -5070310 or 1745586. OLE color: 1745586.

HSL color Cylindrical-coordinate representation of color #B2A21A: hue angle of 53.68º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2A21A is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 162 26 -
CMYK 0 0.09 0.85 0.30
HSL 53.68º 0.75% 0.4% -
HSV(B) 53.68º 0.85% 0.7% -
XYZ 31.47 35.38 6.15 -
YUV 151.28 57.3 147.06 -
System Red Green Blue C M Y K H S L
Decimal 178 162 26 0 0.09 0.85 0.30 53.68 0.75 0.4
Hex B2 A2 1A 0 9 55 1E 36 4B 28
Octal 262 242 32 0 11 125 36 66 113 50
Binary 10110010 10100010 11010 0 1001 1010101 11110 110110 1001011 101000

Color Harmonies of #B2A21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A21A

Black with #B2A21A

Text Example


Text Example

White with #B2A21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A21A; }

 p { color: rgb(178,162,26); }

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

background-color css

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

 a { background-color: rgb(178,162,26); }

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

border-color css

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

 span { border-color: rgb(178,162,26); }

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