Html Css Color HEX #B4A30C Lucky

📋 copy color: '#B4A30C'

red 180 ◦ green 163 ◦ blue 12

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

Shades of Lucky #B4A30C

Tints of Lucky #B4A30C

RGB

 RED value IS 180 (70.7% from 255) = 50.7%

 GREEN value IS 163 (64.06% from 255) = 45.92%

 BLUE value IS 12 (5.08% from 255) = 3.38%

R = 50.7%
G = 45.92%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B4A30C (or 0xB4A30C) is known color: Lucky. HEX triplet: B4, A3 and 0C. RGB value is (180,163,12). Sum of RGB (Red+Green+Blue) = 180+163+12=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A30C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A30C is #4B5CF3. Grayscale: #979797. Windows color (decimal): -4938996 or 828340. OLE color: 828340.

HSL color Cylindrical-coordinate representation of color #B4A30C: hue angle of 53.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4A30C is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 163 12 -
CMYK 0 0.09 0.93 0.29
HSL 53.93º 0.88% 0.38% -
HSV(B) 53.93º 0.93% 0.71% -
XYZ 31.99 35.92 5.6 -
YUV 150.87 49.63 148.78 -
System Red Green Blue C M Y K H S L
Decimal 180 163 12 0 0.09 0.93 0.29 53.93 0.88 0.38
Hex B4 A3 C 0 9 5D 1D 36 58 26
Octal 264 243 14 0 11 135 35 66 130 46
Binary 10110100 10100011 1100 0 1001 1011101 11101 110110 1011000 100110

Color Harmonies of #B4A30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A30C

Black with #B4A30C

Text Example


Text Example

White with #B4A30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A30C; }

 p { color: rgb(180,163,12); }

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

background-color css

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

 a { background-color: rgb(180,163,12); }

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

border-color css

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

 span { border-color: rgb(180,163,12); }

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