Html Css Color HEX #BCD75B Wild Willow

📋 copy color: '#BCD75B'

red 188 ◦ green 215 ◦ blue 91

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

Shades of Wild Willow #BCD75B

Tints of Wild Willow #BCD75B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.52%

 BLUE value IS 91 (35.94% from 255) = 18.42%

R = 38.06%
G = 43.52%
B = 18.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#BCD75B (or 0xBCD75B) is known color: Wild Willow. HEX triplet: BC, D7 and 5B. RGB value is (188,215,91). Sum of RGB (Red+Green+Blue) = 188+215+91=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 215 (84.38% from 255 or 43.52% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD75B is #4328A4. Grayscale: #C1C1C1. Windows color (decimal): -4401317 or 6019004. OLE color: 6019004.

HSL color Cylindrical-coordinate representation of color #BCD75B: hue angle of 73.06º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCD75B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 91 -
CMYK 0.13 0 0.58 0.16
HSL 73.06º 0.61% 0.6% -
HSV(B) 73.06º 0.58% 0.84% -
XYZ 46.93 60.05 19.01 -
YUV 192.79 70.55 124.58 -
System Red Green Blue C M Y K H S L
Decimal 188 215 91 0.13 0 0.58 0.16 73.06 0.61 0.6
Hex BC D7 5B D 0 3A 10 49 3D 3C
Octal 274 327 133 15 0 72 20 111 75 74
Binary 10111100 11010111 1011011 1101 0 111010 10000 1001001 111101 111100

Color Harmonies of #BCD75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD75B

Black with #BCD75B

Text Example


Text Example

White with #BCD75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD75B; }

 p { color: rgb(188,215,91); }

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

background-color css

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

 a { background-color: rgb(188,215,91); }

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

border-color css

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

 span { border-color: rgb(188,215,91); }

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