Html Css Color HEX #B39C1E Lucky

📋 copy color: '#B39C1E'

red 179 ◦ green 156 ◦ blue 30

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

Shades of Lucky #B39C1E

Tints of Lucky #B39C1E

RGB

 RED value IS 179 (70.31% from 255) = 49.04%

 GREEN value IS 156 (61.33% from 255) = 42.74%

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 49.04%
G = 42.74%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B39C1E (or 0xB39C1E) is known color: Lucky. HEX triplet: B3, 9C and 1E. RGB value is (179,156,30). Sum of RGB (Red+Green+Blue) = 179+156+30=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C1E is #4C63E1. Grayscale: #959595. Windows color (decimal): -5006306 or 2006195. OLE color: 2006195.

HSL color Cylindrical-coordinate representation of color #B39C1E: hue angle of 50.74º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B39C1E is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 156 30 -
CMYK 0 0.13 0.83 0.30
HSL 50.74º 0.71% 0.41% -
HSV(B) 50.74º 0.83% 0.7% -
XYZ 30.71 33.45 6.07 -
YUV 148.51 61.12 149.75 -
System Red Green Blue C M Y K H S L
Decimal 179 156 30 0 0.13 0.83 0.30 50.74 0.71 0.41
Hex B3 9C 1E 0 D 53 1E 33 47 29
Octal 263 234 36 0 15 123 36 63 107 51
Binary 10110011 10011100 11110 0 1101 1010011 11110 110011 1000111 101001

Color Harmonies of #B39C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C1E

Black with #B39C1E

Text Example


Text Example

White with #B39C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C1E; }

 p { color: rgb(179,156,30); }

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

background-color css

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

 a { background-color: rgb(179,156,30); }

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

border-color css

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

 span { border-color: rgb(179,156,30); }

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