Html Css Color HEX #BCCF56 Wild Willow

📋 copy color: '#BCCF56'

red 188 ◦ green 207 ◦ blue 86

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

Shades of Wild Willow #BCCF56

Tints of Wild Willow #BCCF56

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 86 (33.98% from 255) = 17.88%

R = 39.09%
G = 43.04%
B = 17.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#BCCF56 (or 0xBCCF56) is known color: Wild Willow. HEX triplet: BC, CF and 56. RGB value is (188,207,86). Sum of RGB (Red+Green+Blue) = 188+207+86=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF56 is #4330A9. Grayscale: #BBBBBB. Windows color (decimal): -4403370 or 5689276. OLE color: 5689276.

HSL color Cylindrical-coordinate representation of color #BCCF56: hue angle of 69.42º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCCF56 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 86 -
CMYK 0.09 0 0.58 0.19
HSL 69.42º 0.56% 0.57% -
HSV(B) 69.42º 0.58% 0.81% -
XYZ 44.73 55.99 17.25 -
YUV 187.53 70.71 128.34 -
System Red Green Blue C M Y K H S L
Decimal 188 207 86 0.09 0 0.58 0.19 69.42 0.56 0.57
Hex BC CF 56 9 0 3A 13 45 38 39
Octal 274 317 126 11 0 72 23 105 70 71
Binary 10111100 11001111 1010110 1001 0 111010 10011 1000101 111000 111001

Color Harmonies of #BCCF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF56

Black with #BCCF56

Text Example


Text Example

White with #BCCF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF56; }

 p { color: rgb(188,207,86); }

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

background-color css

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

 a { background-color: rgb(188,207,86); }

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

border-color css

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

 span { border-color: rgb(188,207,86); }

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