Html Css Color HEX #B7CD70 Wild Willow

📋 copy color: '#B7CD70'

red 183 ◦ green 205 ◦ blue 112

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

Shades of Wild Willow #B7CD70

Tints of Wild Willow #B7CD70

RGB

 RED value IS 183 (71.88% from 255) = 36.6%

 GREEN value IS 205 (80.47% from 255) = 41%

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

R = 36.6%
G = 41%
B = 22.4%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#B7CD70 (or 0xB7CD70) is known color: Wild Willow. HEX triplet: B7, CD and 70. RGB value is (183,205,112). Sum of RGB (Red+Green+Blue) = 183+205+112=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7CD70 is #48328F. Grayscale: #BCBCBC. Windows color (decimal): -4731536 or 7392695. OLE color: 7392695.

HSL color Cylindrical-coordinate representation of color #B7CD70: hue angle of 74.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B7CD70 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 205 112 -
CMYK 0.11 0 0.45 0.20
HSL 74.19º 0.48% 0.62% -
HSV(B) 74.19º 0.45% 0.8% -
XYZ 44.28 54.9 23.59 -
YUV 187.82 85.21 124.56 -
System Red Green Blue C M Y K H S L
Decimal 183 205 112 0.11 0 0.45 0.20 74.19 0.48 0.62
Hex B7 CD 70 B 0 2D 14 4A 30 3E
Octal 267 315 160 13 0 55 24 112 60 76
Binary 10110111 11001101 1110000 1011 0 101101 10100 1001010 110000 111110

Color Harmonies of #B7CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CD70

Black with #B7CD70

Text Example


Text Example

White with #B7CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CD70; }

 p { color: rgb(183,205,112); }

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

background-color css

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

 a { background-color: rgb(183,205,112); }

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

border-color css

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

 span { border-color: rgb(183,205,112); }

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