Html Css Color HEX #B0A41A Lucky

📋 copy color: '#B0A41A'

red 176 ◦ green 164 ◦ blue 26

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

Shades of Lucky #B0A41A

Tints of Lucky #B0A41A

RGB

 RED value IS 176 (69.14% from 255) = 48.09%

 GREEN value IS 164 (64.45% from 255) = 44.81%

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

R = 48.09%
G = 44.81%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0A41A (or 0xB0A41A) is known color: Lucky. HEX triplet: B0, A4 and 1A. RGB value is (176,164,26). Sum of RGB (Red+Green+Blue) = 176+164+26=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A41A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A41A is #4F5BE5. Grayscale: #989898. Windows color (decimal): -5200870 or 1746096. OLE color: 1746096.

HSL color Cylindrical-coordinate representation of color #B0A41A: hue angle of 55.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0A41A is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 164 26 -
CMYK 0 0.07 0.85 0.31
HSL 55.2º 0.74% 0.4% -
HSV(B) 55.2º 0.85% 0.69% -
XYZ 31.37 35.86 6.24 -
YUV 151.86 56.98 145.22 -
System Red Green Blue C M Y K H S L
Decimal 176 164 26 0 0.07 0.85 0.31 55.2 0.74 0.4
Hex B0 A4 1A 0 7 55 1F 37 4A 28
Octal 260 244 32 0 7 125 37 67 112 50
Binary 10110000 10100100 11010 0 111 1010101 11111 110111 1001010 101000

Color Harmonies of #B0A41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A41A

Black with #B0A41A

Text Example


Text Example

White with #B0A41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A41A; }

 p { color: rgb(176,164,26); }

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

background-color css

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

 a { background-color: rgb(176,164,26); }

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

border-color css

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

 span { border-color: rgb(176,164,26); }

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