Html Css Color HEX #BCC855 Wild Willow

📋 copy color: '#BCC855'

red 188 ◦ green 200 ◦ blue 85

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

Shades of Wild Willow #BCC855

Tints of Wild Willow #BCC855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.28%

 BLUE value IS 85 (33.59% from 255) = 17.97%

R = 39.75%
G = 42.28%
B = 17.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#BCC855 (or 0xBCC855) is known color: Wild Willow. HEX triplet: BC, C8 and 55. RGB value is (188,200,85). Sum of RGB (Red+Green+Blue) = 188+200+85=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 85 (33.59% from 255 or 17.97% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC855 is #4337AA. Grayscale: #B7B7B7. Windows color (decimal): -4405163 or 5621948. OLE color: 5621948.

HSL color Cylindrical-coordinate representation of color #BCC855: hue angle of 66.26º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCC855 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 200 85 -
CMYK 0.06 0 0.58 0.22
HSL 66.26º 0.51% 0.56% -
HSV(B) 66.26º 0.58% 0.78% -
XYZ 43.03 52.66 16.49 -
YUV 183.3 72.52 131.35 -
System Red Green Blue C M Y K H S L
Decimal 188 200 85 0.06 0 0.58 0.22 66.26 0.51 0.56
Hex BC C8 55 6 0 3A 16 42 33 38
Octal 274 310 125 6 0 72 26 102 63 70
Binary 10111100 11001000 1010101 110 0 111010 10110 1000010 110011 111000

Color Harmonies of #BCC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC855

Black with #BCC855

Text Example


Text Example

White with #BCC855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC855; }

 p { color: rgb(188,200,85); }

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

background-color css

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

 a { background-color: rgb(188,200,85); }

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

border-color css

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

 span { border-color: rgb(188,200,85); }

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