Html Css Color HEX #B2A80A Lucky

📋 copy color: '#B2A80A'

red 178 ◦ green 168 ◦ blue 10

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

Shades of Lucky #B2A80A

Tints of Lucky #B2A80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.19%

 BLUE value IS 10 (4.3% from 255) = 2.81%

R = 50%
G = 47.19%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2A80A (or 0xB2A80A) is known color: Lucky. HEX triplet: B2, A8 and 0A. RGB value is (178,168,10). Sum of RGB (Red+Green+Blue) = 178+168+10=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A80A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A80A is #4D57F5. Grayscale: #999999. Windows color (decimal): -5068790 or 698546. OLE color: 698546.

HSL color Cylindrical-coordinate representation of color #B2A80A: hue angle of 56.43º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2A80A is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 10 -
CMYK 0 0.06 0.94 0.30
HSL 56.43º 0.89% 0.37% -
HSV(B) 56.43º 0.94% 0.7% -
XYZ 32.42 37.49 5.82 -
YUV 152.98 47.31 145.85 -
System Red Green Blue C M Y K H S L
Decimal 178 168 10 0 0.06 0.94 0.30 56.43 0.89 0.37
Hex B2 A8 A 0 6 5E 1E 38 59 25
Octal 262 250 12 0 6 136 36 70 131 45
Binary 10110010 10101000 1010 0 110 1011110 11110 111000 1011001 100101

Color Harmonies of #B2A80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A80A

Black with #B2A80A

Text Example


Text Example

White with #B2A80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A80A; }

 p { color: rgb(178,168,10); }

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

background-color css

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

 a { background-color: rgb(178,168,10); }

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

border-color css

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

 span { border-color: rgb(178,168,10); }

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