#B8C25D

Color #B8C25D Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #B8C25D

Tints of Wild Willow #B8C25D

Color information

#B8C25D (or 0xB8C25D) is unknown color: approx Wild Willow. HEX triplet: B8, C2 and 5D. RGB value is (184,194,93). Sum of RGB (Red+Green+Blue) = 184+194+93=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C25D is #473DA2. Grayscale: #B3B3B3. Windows color (decimal): -4668835 or 6144696. OLE color: 6144696.

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

Color convert

RGB18419493-
CMYK0.0500.520.24
HSL65.94º45.29%56.27%-
HSV(B)65.94º52.06%76.08%-
XYZ41.0349.5617.76-
YUV179.579.19131.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=39.07%
G=41.19%
B=19.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184194930.0500.520.2465.9445.2956.27
HexB8C25D503418422d38
Octal2703021355064301025570
Binary101110001100001010111011010110100110001000010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C25D; }

 p { color: rgb(184,194,93); }

 H1.HeaderClassName
 {
   color: #B8C25D;
 }
 .AnyTagClassName
 {
   color: #B8C25D;
 }
</style>
background-color css

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

 a { background-color: rgb(184,194,93); }

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

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

 span { border-color: rgb(184,194,93); }

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