Html Css Color HEX #BCD265 Wild Willow

📋 copy color: '#BCD265'

red 188 ◦ green 210 ◦ blue 101

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

Shades of Wild Willow #BCD265

Tints of Wild Willow #BCD265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.24%

R = 37.68%
G = 42.08%
B = 20.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#BCD265 (or 0xBCD265) is known color: Wild Willow. HEX triplet: BC, D2 and 65. RGB value is (188,210,101). Sum of RGB (Red+Green+Blue) = 188+210+101=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD265 is #432D9A. Grayscale: #BFBFBF. Windows color (decimal): -4402587 or 6673084. OLE color: 6673084.

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

Color convert

RGB 188 210 101 -
CMYK 0.10 0 0.52 0.18
HSL 72.11º 0.55% 0.61% -
HSV(B) 72.11º 0.52% 0.82% -
XYZ 46.13 57.72 21.02 -
YUV 191 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 188 210 101 0.10 0 0.52 0.18 72.11 0.55 0.61
Hex BC D2 65 A 0 34 12 48 37 3D
Octal 274 322 145 12 0 64 22 110 67 75
Binary 10111100 11010010 1100101 1010 0 110100 10010 1001000 110111 111101

Color Harmonies of #BCD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD265

Black with #BCD265

Text Example


Text Example

White with #BCD265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD265; }

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

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

background-color css

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

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

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

border-color css

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

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

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