Html Css Color HEX #B3C05F Wild Willow

📋 copy color: '#B3C05F'

red 179 ◦ green 192 ◦ blue 95

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

Shades of Wild Willow #B3C05F

Tints of Wild Willow #B3C05F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

 BLUE value IS 95 (37.5% from 255) = 20.39%

R = 38.41%
G = 41.2%
B = 20.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#B3C05F (or 0xB3C05F) is known color: Wild Willow. HEX triplet: B3, C0 and 5F. RGB value is (179,192,95). Sum of RGB (Red+Green+Blue) = 179+192+95=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C05F is #4C3FA0. Grayscale: #B1B1B1. Windows color (decimal): -4997025 or 6275251. OLE color: 6275251.

HSL color Cylindrical-coordinate representation of color #B3C05F: hue angle of 68.04º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3C05F is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 192 95 -
CMYK 0.07 0 0.51 0.25
HSL 68.04º 0.43% 0.56% -
HSV(B) 68.04º 0.51% 0.75% -
XYZ 39.51 48.11 18.03 -
YUV 177.06 81.69 129.39 -
System Red Green Blue C M Y K H S L
Decimal 179 192 95 0.07 0 0.51 0.25 68.04 0.43 0.56
Hex B3 C0 5F 7 0 33 19 44 2B 38
Octal 263 300 137 7 0 63 31 104 53 70
Binary 10110011 11000000 1011111 111 0 110011 11001 1000100 101011 111000

Color Harmonies of #B3C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C05F

Black with #B3C05F

Text Example


Text Example

White with #B3C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C05F; }

 p { color: rgb(179,192,95); }

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

background-color css

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

 a { background-color: rgb(179,192,95); }

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

border-color css

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

 span { border-color: rgb(179,192,95); }

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