Html Css Color HEX #BCC755 Wild Willow

📋 copy color: '#BCC755'

red 188 ◦ green 199 ◦ blue 85

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

Shades of Wild Willow #BCC755

Tints of Wild Willow #BCC755

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.16%

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

R = 39.83%
G = 42.16%
B = 18.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#BCC755 (or 0xBCC755) is known color: Wild Willow. HEX triplet: BC, C7 and 55. RGB value is (188,199,85). Sum of RGB (Red+Green+Blue) = 188+199+85=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 85 (33.59% from 255 or 18.01% from 472); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC755 is #4338AA. Grayscale: #B7B7B7. Windows color (decimal): -4405419 or 5621692. OLE color: 5621692.

HSL color Cylindrical-coordinate representation of color #BCC755: hue angle of 65.79º degrees, saturation: 0.5, 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 #BCC755 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 85 -
CMYK 0.06 0 0.57 0.22
HSL 65.79º 0.5% 0.56% -
HSV(B) 65.79º 0.57% 0.78% -
XYZ 42.8 52.19 16.41 -
YUV 182.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 188 199 85 0.06 0 0.57 0.22 65.79 0.5 0.56
Hex BC C7 55 6 0 39 16 42 32 38
Octal 274 307 125 6 0 71 26 102 62 70
Binary 10111100 11000111 1010101 110 0 111001 10110 1000010 110010 111000

Color Harmonies of #BCC755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC755

Black with #BCC755

Text Example


Text Example

White with #BCC755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC755; }

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

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

background-color css

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

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

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

border-color css

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

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

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