Html Css Color HEX #B8D670 Wild Willow

📋 copy color: '#B8D670'

red 184 ◦ green 214 ◦ blue 112

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

Shades of Wild Willow #B8D670

Tints of Wild Willow #B8D670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 36.08%
G = 41.96%
B = 21.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#B8D670 (or 0xB8D670) is known color: Wild Willow. HEX triplet: B8, D6 and 70. RGB value is (184,214,112). Sum of RGB (Red+Green+Blue) = 184+214+112=510 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.08% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8D670 is #47298F. Grayscale: #C1C1C1. Windows color (decimal): -4663696 or 7395000. OLE color: 7395000.

HSL color Cylindrical-coordinate representation of color #B8D670: hue angle of 77.65º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B8D670 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 214 112 -
CMYK 0.14 0 0.48 0.16
HSL 77.65º 0.55% 0.64% -
HSV(B) 77.65º 0.48% 0.84% -
XYZ 46.74 59.45 24.34 -
YUV 193.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 184 214 112 0.14 0 0.48 0.16 77.65 0.55 0.64
Hex B8 D6 70 E 0 30 10 4E 37 40
Octal 270 326 160 16 0 60 20 116 67 100
Binary 10111000 11010110 1110000 1110 0 110000 10000 1001110 110111 1000000

Color Harmonies of #B8D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D670

Black with #B8D670

Text Example


Text Example

White with #B8D670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D670; }

 p { color: rgb(184,214,112); }

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

background-color css

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

 a { background-color: rgb(184,214,112); }

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

border-color css

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

 span { border-color: rgb(184,214,112); }

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