Html Css Color HEX #B2A312 Lucky

📋 copy color: '#B2A312'

red 178 ◦ green 163 ◦ blue 18

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

Shades of Lucky #B2A312

Tints of Lucky #B2A312

RGB

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

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

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

R = 49.58%
G = 45.4%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B2A312 (or 0xB2A312) is known color: Lucky. HEX triplet: B2, A3 and 12. RGB value is (178,163,18). Sum of RGB (Red+Green+Blue) = 178+163+18=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A312 is #4D5CED. Grayscale: #979797. Windows color (decimal): -5070062 or 1221554. OLE color: 1221554.

HSL color Cylindrical-coordinate representation of color #B2A312: hue angle of 54.38º 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 #B2A312 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 163 18 -
CMYK 0 0.08 0.90 0.30
HSL 54.38º 0.82% 0.38% -
HSV(B) 54.38º 0.9% 0.7% -
XYZ 31.57 35.7 5.8 -
YUV 150.96 52.97 147.29 -
System Red Green Blue C M Y K H S L
Decimal 178 163 18 0 0.08 0.90 0.30 54.38 0.82 0.38
Hex B2 A3 12 0 8 5A 1E 36 52 26
Octal 262 243 22 0 10 132 36 66 122 46
Binary 10110010 10100011 10010 0 1000 1011010 11110 110110 1010010 100110

Color Harmonies of #B2A312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A312

Black with #B2A312

Text Example


Text Example

White with #B2A312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A312; }

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

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

background-color css

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

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

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

border-color css

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

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

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