Html Css Color HEX #B8C35F Wild Willow

📋 copy color: '#B8C35F'

red 184 ◦ green 195 ◦ blue 95

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

Shades of Wild Willow #B8C35F

Tints of Wild Willow #B8C35F

RGB

 RED value IS 184 (72.27% from 255) = 38.82%

 GREEN value IS 195 (76.56% from 255) = 41.14%

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

R = 38.82%
G = 41.14%
B = 20.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#B8C35F (or 0xB8C35F) is known color: Wild Willow. HEX triplet: B8, C3 and 5F. RGB value is (184,195,95). Sum of RGB (Red+Green+Blue) = 184+195+95=474 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.82% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C35F is #473CA0. Grayscale: #B4B4B4. Windows color (decimal): -4668577 or 6276024. OLE color: 6276024.

HSL color Cylindrical-coordinate representation of color #B8C35F: hue angle of 66.6º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8C35F is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 195 95 -
CMYK 0.06 0 0.51 0.24
HSL 66.6º 0.45% 0.57% -
HSV(B) 66.6º 0.51% 0.76% -
XYZ 41.35 50.05 18.31 -
YUV 180.31 79.86 130.63 -
System Red Green Blue C M Y K H S L
Decimal 184 195 95 0.06 0 0.51 0.24 66.6 0.45 0.57
Hex B8 C3 5F 6 0 33 18 43 2D 39
Octal 270 303 137 6 0 63 30 103 55 71
Binary 10111000 11000011 1011111 110 0 110011 11000 1000011 101101 111001

Color Harmonies of #B8C35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C35F

Black with #B8C35F

Text Example


Text Example

White with #B8C35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C35F; }

 p { color: rgb(184,195,95); }

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

background-color css

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

 a { background-color: rgb(184,195,95); }

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

border-color css

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

 span { border-color: rgb(184,195,95); }

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