Html Css Color HEX #B2A30E Lucky

📋 copy color: '#B2A30E'

red 178 ◦ green 163 ◦ blue 14

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

Shades of Lucky #B2A30E

Tints of Lucky #B2A30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 50.14%
G = 45.92%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2A30E (or 0xB2A30E) is known color: Lucky. HEX triplet: B2, A3 and 0E. RGB value is (178,163,14). Sum of RGB (Red+Green+Blue) = 178+163+14=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A30E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A30E is #4D5CF1. Grayscale: #979797. Windows color (decimal): -5070066 or 959410. OLE color: 959410.

HSL color Cylindrical-coordinate representation of color #B2A30E: hue angle of 54.51º degrees, saturation: 0.85, 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 #B2A30E is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 163 14 -
CMYK 0 0.08 0.92 0.30
HSL 54.51º 0.85% 0.38% -
HSV(B) 54.51º 0.92% 0.7% -
XYZ 31.54 35.69 5.64 -
YUV 150.5 50.97 147.62 -
System Red Green Blue C M Y K H S L
Decimal 178 163 14 0 0.08 0.92 0.30 54.51 0.85 0.38
Hex B2 A3 E 0 8 5C 1E 37 55 26
Octal 262 243 16 0 10 134 36 67 125 46
Binary 10110010 10100011 1110 0 1000 1011100 11110 110111 1010101 100110

Color Harmonies of #B2A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A30E

Black with #B2A30E

Text Example


Text Example

White with #B2A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A30E; }

 p { color: rgb(178,163,14); }

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

background-color css

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

 a { background-color: rgb(178,163,14); }

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

border-color css

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

 span { border-color: rgb(178,163,14); }

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