Html Css Color HEX #B8CF70 Wild Willow

📋 copy color: '#B8CF70'

red 184 ◦ green 207 ◦ blue 112

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

Shades of Wild Willow #B8CF70

Tints of Wild Willow #B8CF70

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.15%

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

R = 36.58%
G = 41.15%
B = 22.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#B8CF70 (or 0xB8CF70) is known color: Wild Willow. HEX triplet: B8, CF and 70. RGB value is (184,207,112). Sum of RGB (Red+Green+Blue) = 184+207+112=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8CF70 is #47308F. Grayscale: #BDBDBD. Windows color (decimal): -4665488 or 7393208. OLE color: 7393208.

HSL color Cylindrical-coordinate representation of color #B8CF70: hue angle of 74.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B8CF70 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 207 112 -
CMYK 0.11 0 0.46 0.19
HSL 74.53º 0.5% 0.63% -
HSV(B) 74.53º 0.46% 0.81% -
XYZ 45 55.99 23.76 -
YUV 189.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 184 207 112 0.11 0 0.46 0.19 74.53 0.5 0.63
Hex B8 CF 70 B 0 2E 13 4B 32 3F
Octal 270 317 160 13 0 56 23 113 62 77
Binary 10111000 11001111 1110000 1011 0 101110 10011 1001011 110010 111111

Color Harmonies of #B8CF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CF70

Black with #B8CF70

Text Example


Text Example

White with #B8CF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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