Html Css Color HEX #BCCD71 Wild Willow

📋 copy color: '#BCCD71'

red 188 ◦ green 205 ◦ blue 113

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

Shades of Wild Willow #BCCD71

Tints of Wild Willow #BCCD71

RGB

 RED value IS 188 (73.83% from 255) = 37.15%

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

 BLUE value IS 113 (44.53% from 255) = 22.33%

R = 37.15%
G = 40.51%
B = 22.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#BCCD71 (or 0xBCCD71) is known color: Wild Willow. HEX triplet: BC, CD and 71. RGB value is (188,205,113). Sum of RGB (Red+Green+Blue) = 188+205+113=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD71 is #43328E. Grayscale: #BDBDBD. Windows color (decimal): -4403855 or 7458236. OLE color: 7458236.

HSL color Cylindrical-coordinate representation of color #BCCD71: hue angle of 71.09º 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 #BCCD71 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 113 -
CMYK 0.08 0 0.45 0.20
HSL 71.09º 0.48% 0.62% -
HSV(B) 71.09º 0.45% 0.8% -
XYZ 45.55 55.55 23.94 -
YUV 189.43 84.87 126.98 -
System Red Green Blue C M Y K H S L
Decimal 188 205 113 0.08 0 0.45 0.20 71.09 0.48 0.62
Hex BC CD 71 8 0 2D 14 47 30 3E
Octal 274 315 161 10 0 55 24 107 60 76
Binary 10111100 11001101 1110001 1000 0 101101 10100 1000111 110000 111110

Color Harmonies of #BCCD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD71

Black with #BCCD71

Text Example


Text Example

White with #BCCD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD71; }

 p { color: rgb(188,205,113); }

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

background-color css

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

 a { background-color: rgb(188,205,113); }

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

border-color css

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

 span { border-color: rgb(188,205,113); }

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