Html Css Color HEX #BCD05B Wild Willow

📋 copy color: '#BCD05B'

red 188 ◦ green 208 ◦ blue 91

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

Shades of Wild Willow #BCD05B

Tints of Wild Willow #BCD05B

RGB

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

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

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

R = 38.6%
G = 42.71%
B = 18.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#BCD05B (or 0xBCD05B) is known color: Wild Willow. HEX triplet: BC, D0 and 5B. RGB value is (188,208,91). Sum of RGB (Red+Green+Blue) = 188+208+91=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD05B is #432FA4. Grayscale: #BDBDBD. Windows color (decimal): -4403109 or 6017212. OLE color: 6017212.

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

Color convert

RGB 188 208 91 -
CMYK 0.10 0 0.56 0.18
HSL 70.26º 0.55% 0.59% -
HSV(B) 70.26º 0.56% 0.82% -
XYZ 45.18 56.56 18.43 -
YUV 188.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 188 208 91 0.10 0 0.56 0.18 70.26 0.55 0.59
Hex BC D0 5B A 0 38 12 46 37 3B
Octal 274 320 133 12 0 70 22 106 67 73
Binary 10111100 11010000 1011011 1010 0 111000 10010 1000110 110111 111011

Color Harmonies of #BCD05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD05B

Black with #BCD05B

Text Example


Text Example

White with #BCD05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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