Html Css Color HEX #B2A206 Lucky

📋 copy color: '#B2A206'

red 178 ◦ green 162 ◦ blue 6

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

Shades of Lucky #B2A206

Tints of Lucky #B2A206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.73%

R = 51.45%
G = 46.82%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B2A206 (or 0xB2A206) is known color: Lucky. HEX triplet: B2, A2 and 06. RGB value is (178,162,6). Sum of RGB (Red+Green+Blue) = 178+162+6=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 6 (2.73% from 255 or 1.73% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A206 is #4D5DF9. Grayscale: #959595. Windows color (decimal): -5070330 or 434866. OLE color: 434866.

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

Color convert

RGB 178 162 6 -
CMYK 0 0.09 0.97 0.30
HSL 54.42º 0.93% 0.36% -
HSV(B) 54.42º 0.97% 0.7% -
XYZ 31.31 35.32 5.34 -
YUV 149 47.3 148.68 -
System Red Green Blue C M Y K H S L
Decimal 178 162 6 0 0.09 0.97 0.30 54.42 0.93 0.36
Hex B2 A2 6 0 9 61 1E 36 5D 24
Octal 262 242 6 0 11 141 36 66 135 44
Binary 10110010 10100010 110 0 1001 1100001 11110 110110 1011101 100100

Color Harmonies of #B2A206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A206

Black with #B2A206

Text Example


Text Example

White with #B2A206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A206; }

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

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

background-color css

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

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

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

border-color css

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

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

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