Html Css Color HEX #BCD06E Wild Willow

📋 copy color: '#BCD06E'

red 188 ◦ green 208 ◦ blue 110

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

Shades of Wild Willow #BCD06E

Tints of Wild Willow #BCD06E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.11%

 BLUE value IS 110 (43.36% from 255) = 21.74%

R = 37.15%
G = 41.11%
B = 21.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#BCD06E (or 0xBCD06E) is known color: Wild Willow. HEX triplet: BC, D0 and 6E. RGB value is (188,208,110). Sum of RGB (Red+Green+Blue) = 188+208+110=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 110 (43.36% from 255 or 21.74% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD06E is #432F91. Grayscale: #BFBFBF. Windows color (decimal): -4403090 or 7262396. OLE color: 7262396.

HSL color Cylindrical-coordinate representation of color #BCD06E: hue angle of 72.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCD06E is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 110 -
CMYK 0.10 0 0.47 0.18
HSL 72.24º 0.51% 0.62% -
HSV(B) 72.24º 0.47% 0.82% -
XYZ 46.11 56.93 23.31 -
YUV 190.85 82.37 125.97 -
System Red Green Blue C M Y K H S L
Decimal 188 208 110 0.10 0 0.47 0.18 72.24 0.51 0.62
Hex BC D0 6E A 0 2F 12 48 33 3E
Octal 274 320 156 12 0 57 22 110 63 76
Binary 10111100 11010000 1101110 1010 0 101111 10010 1001000 110011 111110

Color Harmonies of #BCD06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD06E

Black with #BCD06E

Text Example


Text Example

White with #BCD06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD06E; }

 p { color: rgb(188,208,110); }

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

background-color css

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

 a { background-color: rgb(188,208,110); }

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

border-color css

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

 span { border-color: rgb(188,208,110); }

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