Html Css Color HEX #BCD26B Wild Willow

📋 copy color: '#BCD26B'

red 188 ◦ green 210 ◦ blue 107

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

Shades of Wild Willow #BCD26B

Tints of Wild Willow #BCD26B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.58%

 BLUE value IS 107 (42.19% from 255) = 21.19%

R = 37.23%
G = 41.58%
B = 21.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#BCD26B (or 0xBCD26B) is known color: Wild Willow. HEX triplet: BC, D2 and 6B. RGB value is (188,210,107). Sum of RGB (Red+Green+Blue) = 188+210+107=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD26B is #432D94. Grayscale: #C0C0C0. Windows color (decimal): -4402581 or 7066300. OLE color: 7066300.

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

Color convert

RGB 188 210 107 -
CMYK 0.10 0 0.49 0.18
HSL 72.82º 0.53% 0.62% -
HSV(B) 72.82º 0.49% 0.82% -
XYZ 46.44 57.85 22.63 -
YUV 191.68 80.21 125.38 -
System Red Green Blue C M Y K H S L
Decimal 188 210 107 0.10 0 0.49 0.18 72.82 0.53 0.62
Hex BC D2 6B A 0 31 12 49 35 3E
Octal 274 322 153 12 0 61 22 111 65 76
Binary 10111100 11010010 1101011 1010 0 110001 10010 1001001 110101 111110

Color Harmonies of #BCD26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD26B

Black with #BCD26B

Text Example


Text Example

White with #BCD26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD26B; }

 p { color: rgb(188,210,107); }

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

background-color css

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

 a { background-color: rgb(188,210,107); }

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

border-color css

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

 span { border-color: rgb(188,210,107); }

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