Html Css Color HEX #B2A403 Lucky

📋 copy color: '#B2A403'

red 178 ◦ green 164 ◦ blue 3

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

Shades of Lucky #B2A403

Tints of Lucky #B2A403

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.54%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 51.59%
G = 47.54%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B2A403 (or 0xB2A403) is known color: Lucky. HEX triplet: B2, A4 and 03. RGB value is (178,164,3). Sum of RGB (Red+Green+Blue) = 178+164+3=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A403 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A403 is #4D5BFC. Grayscale: #969696. Windows color (decimal): -5069821 or 238770. OLE color: 238770.

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

Color convert

RGB 178 164 3 -
CMYK 0 0.08 0.98 0.30
HSL 55.2º 0.97% 0.35% -
HSV(B) 55.2º 0.98% 0.7% -
XYZ 31.65 36.02 5.37 -
YUV 149.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 178 164 3 0 0.08 0.98 0.30 55.2 0.97 0.35
Hex B2 A4 3 0 8 62 1E 37 61 23
Octal 262 244 3 0 10 142 36 67 141 43
Binary 10110010 10100100 11 0 1000 1100010 11110 110111 1100001 100011

Color Harmonies of #B2A403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A403

Black with #B2A403

Text Example


Text Example

White with #B2A403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A403; }

 p { color: rgb(178,164,3); }

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

background-color css

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

 a { background-color: rgb(178,164,3); }

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

border-color css

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

 span { border-color: rgb(178,164,3); }

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