Html Css Color HEX #BCC858 Wild Willow

📋 copy color: '#BCC858'

red 188 ◦ green 200 ◦ blue 88

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

Shades of Wild Willow #BCC858

Tints of Wild Willow #BCC858

RGB

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

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

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

R = 39.5%
G = 42.02%
B = 18.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#BCC858 (or 0xBCC858) is known color: Wild Willow. HEX triplet: BC, C8 and 58. RGB value is (188,200,88). Sum of RGB (Red+Green+Blue) = 188+200+88=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 88 (34.77% from 255 or 18.49% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC858 is #4337A7. Grayscale: #B8B8B8. Windows color (decimal): -4405160 or 5818556. OLE color: 5818556.

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

Color convert

RGB 188 200 88 -
CMYK 0.06 0 0.56 0.22
HSL 66.43º 0.5% 0.56% -
HSV(B) 66.43º 0.56% 0.78% -
XYZ 43.15 52.7 17.13 -
YUV 183.64 74.02 131.11 -
System Red Green Blue C M Y K H S L
Decimal 188 200 88 0.06 0 0.56 0.22 66.43 0.5 0.56
Hex BC C8 58 6 0 38 16 42 32 38
Octal 274 310 130 6 0 70 26 102 62 70
Binary 10111100 11001000 1011000 110 0 111000 10110 1000010 110010 111000

Color Harmonies of #BCC858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC858

Black with #BCC858

Text Example


Text Example

White with #BCC858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC858; }

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

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

background-color css

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

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

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

border-color css

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

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

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