Html Css Color HEX #B2A70E Lucky

📋 copy color: '#B2A70E'

red 178 ◦ green 167 ◦ blue 14

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

Shades of Lucky #B2A70E

Tints of Lucky #B2A70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.52%

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

R = 49.58%
G = 46.52%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B2A70E (or 0xB2A70E) is known color: Lucky. HEX triplet: B2, A7 and 0E. RGB value is (178,167,14). Sum of RGB (Red+Green+Blue) = 178+167+14=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A70E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2A70E is #4D58F1. Grayscale: #999999. Windows color (decimal): -5069042 or 960434. OLE color: 960434.

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

Color convert

RGB 178 167 14 -
CMYK 0 0.06 0.92 0.30
HSL 55.98º 0.85% 0.38% -
HSV(B) 55.98º 0.92% 0.7% -
XYZ 32.26 37.13 5.88 -
YUV 152.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 178 167 14 0 0.06 0.92 0.30 55.98 0.85 0.38
Hex B2 A7 E 0 6 5C 1E 38 55 26
Octal 262 247 16 0 6 134 36 70 125 46
Binary 10110010 10100111 1110 0 110 1011100 11110 111000 1010101 100110

Color Harmonies of #B2A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A70E

Black with #B2A70E

Text Example


Text Example

White with #B2A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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