Html Css Color HEX #BCC558 Wild Willow

📋 copy color: '#BCC558'

red 188 ◦ green 197 ◦ blue 88

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

Shades of Wild Willow #BCC558

Tints of Wild Willow #BCC558

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.65%

 BLUE value IS 88 (34.77% from 255) = 18.6%

R = 39.75%
G = 41.65%
B = 18.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#BCC558 (or 0xBCC558) is known color: Wild Willow. HEX triplet: BC, C5 and 58. RGB value is (188,197,88). Sum of RGB (Red+Green+Blue) = 188+197+88=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC558 is #433AA7. Grayscale: #B6B6B6. Windows color (decimal): -4405928 or 5817788. OLE color: 5817788.

HSL color Cylindrical-coordinate representation of color #BCC558: hue angle of 64.95º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC558 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 88 -
CMYK 0.05 0 0.55 0.23
HSL 64.95º 0.48% 0.56% -
HSV(B) 64.95º 0.55% 0.77% -
XYZ 42.47 51.33 16.9 -
YUV 181.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 188 197 88 0.05 0 0.55 0.23 64.95 0.48 0.56
Hex BC C5 58 5 0 37 17 41 30 38
Octal 274 305 130 5 0 67 27 101 60 70
Binary 10111100 11000101 1011000 101 0 110111 10111 1000001 110000 111000

Color Harmonies of #BCC558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC558

Black with #BCC558

Text Example


Text Example

White with #BCC558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC558; }

 p { color: rgb(188,197,88); }

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

background-color css

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

 a { background-color: rgb(188,197,88); }

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

border-color css

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

 span { border-color: rgb(188,197,88); }

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