Html Css Color HEX #B2A318 Lucky

📋 copy color: '#B2A318'

red 178 ◦ green 163 ◦ blue 24

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

Shades of Lucky #B2A318

Tints of Lucky #B2A318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 48.77%
G = 44.66%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B2A318 (or 0xB2A318) is known color: Lucky. HEX triplet: B2, A3 and 18. RGB value is (178,163,24). Sum of RGB (Red+Green+Blue) = 178+163+24=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A318 is #4D5CE7. Grayscale: #989898. Windows color (decimal): -5070056 or 1614770. OLE color: 1614770.

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

Color convert

RGB 178 163 24 -
CMYK 0 0.08 0.87 0.30
HSL 54.16º 0.76% 0.4% -
HSV(B) 54.16º 0.87% 0.7% -
XYZ 31.62 35.73 6.09 -
YUV 151.64 55.97 146.8 -
System Red Green Blue C M Y K H S L
Decimal 178 163 24 0 0.08 0.87 0.30 54.16 0.76 0.4
Hex B2 A3 18 0 8 57 1E 36 4C 28
Octal 262 243 30 0 10 127 36 66 114 50
Binary 10110010 10100011 11000 0 1000 1010111 11110 110110 1001100 101000

Color Harmonies of #B2A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A318

Black with #B2A318

Text Example


Text Example

White with #B2A318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A318; }

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

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

background-color css

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

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

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

border-color css

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

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

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