Html Css Color HEX #B0A217 Lucky

📋 copy color: '#B0A217'

red 176 ◦ green 162 ◦ blue 23

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

Shades of Lucky #B0A217

Tints of Lucky #B0A217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.37%

R = 48.75%
G = 44.88%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B0A217 (or 0xB0A217) is known color: Lucky. HEX triplet: B0, A2 and 17. RGB value is (176,162,23). Sum of RGB (Red+Green+Blue) = 176+162+23=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 23 (9.38% from 255 or 6.37% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A217 is #4F5DE8. Grayscale: #969696. Windows color (decimal): -5201385 or 1548976. OLE color: 1548976.

HSL color Cylindrical-coordinate representation of color #B0A217: hue angle of 54.51º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0A217 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 162 23 -
CMYK 0 0.08 0.87 0.31
HSL 54.51º 0.77% 0.39% -
HSV(B) 54.51º 0.87% 0.69% -
XYZ 30.98 35.13 5.96 -
YUV 150.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 176 162 23 0 0.08 0.87 0.31 54.51 0.77 0.39
Hex B0 A2 17 0 8 57 1F 37 4D 27
Octal 260 242 27 0 10 127 37 67 115 47
Binary 10110000 10100010 10111 0 1000 1010111 11111 110111 1001101 100111

Color Harmonies of #B0A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A217

Black with #B0A217

Text Example


Text Example

White with #B0A217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A217; }

 p { color: rgb(176,162,23); }

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

background-color css

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

 a { background-color: rgb(176,162,23); }

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

border-color css

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

 span { border-color: rgb(176,162,23); }

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