Html Css Color HEX #B2A504 Lucky

📋 copy color: '#B2A504'

red 178 ◦ green 165 ◦ blue 4

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

Shades of Lucky #B2A504

Tints of Lucky #B2A504

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.55%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 51.3%
G = 47.55%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B2A504 (or 0xB2A504) is known color: Lucky. HEX triplet: B2, A5 and 04. RGB value is (178,165,4). Sum of RGB (Red+Green+Blue) = 178+165+4=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A504 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A504 is #4D5AFB. Grayscale: #979797. Windows color (decimal): -5069564 or 304562. OLE color: 304562.

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

Color convert

RGB 178 165 4 -
CMYK 0 0.07 0.98 0.30
HSL 55.52º 0.96% 0.36% -
HSV(B) 55.52º 0.98% 0.7% -
XYZ 31.84 36.38 5.46 -
YUV 150.53 45.31 147.59 -
System Red Green Blue C M Y K H S L
Decimal 178 165 4 0 0.07 0.98 0.30 55.52 0.96 0.36
Hex B2 A5 4 0 7 62 1E 38 60 24
Octal 262 245 4 0 7 142 36 70 140 44
Binary 10110010 10100101 100 0 111 1100010 11110 111000 1100000 100100

Color Harmonies of #B2A504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A504

Black with #B2A504

Text Example


Text Example

White with #B2A504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A504; }

 p { color: rgb(178,165,4); }

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

background-color css

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

 a { background-color: rgb(178,165,4); }

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

border-color css

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

 span { border-color: rgb(178,165,4); }

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