Html Css Color HEX #B2A20F Lucky

📋 copy color: '#B2A20F'

red 178 ◦ green 162 ◦ blue 15

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

Shades of Lucky #B2A20F

Tints of Lucky #B2A20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.23%

R = 50.14%
G = 45.63%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2A20F (or 0xB2A20F) is known color: Lucky. HEX triplet: B2, A2 and 0F. RGB value is (178,162,15). Sum of RGB (Red+Green+Blue) = 178+162+15=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A20F is #4D5DF0. Grayscale: #969696. Windows color (decimal): -5070321 or 1024690. OLE color: 1024690.

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

Color convert

RGB 178 162 15 -
CMYK 0 0.09 0.92 0.30
HSL 54.11º 0.84% 0.38% -
HSV(B) 54.11º 0.92% 0.7% -
XYZ 31.37 35.34 5.62 -
YUV 150.03 51.8 147.95 -
System Red Green Blue C M Y K H S L
Decimal 178 162 15 0 0.09 0.92 0.30 54.11 0.84 0.38
Hex B2 A2 F 0 9 5C 1E 36 54 26
Octal 262 242 17 0 11 134 36 66 124 46
Binary 10110010 10100010 1111 0 1001 1011100 11110 110110 1010100 100110

Color Harmonies of #B2A20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A20F

Black with #B2A20F

Text Example


Text Example

White with #B2A20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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