Html Css Color HEX #BCCD58 Wild Willow

📋 copy color: '#BCCD58'

red 188 ◦ green 205 ◦ blue 88

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

Shades of Wild Willow #BCCD58

Tints of Wild Willow #BCCD58

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.62%

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

R = 39.09%
G = 42.62%
B = 18.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#BCCD58 (or 0xBCCD58) is known color: Wild Willow. HEX triplet: BC, CD and 58. RGB value is (188,205,88). Sum of RGB (Red+Green+Blue) = 188+205+88=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD58 is #4332A7. Grayscale: #BBBBBB. Windows color (decimal): -4403880 or 5819836. OLE color: 5819836.

HSL color Cylindrical-coordinate representation of color #BCCD58: hue angle of 68.72º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCCD58 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 88 -
CMYK 0.08 0 0.57 0.20
HSL 68.72º 0.54% 0.57% -
HSV(B) 68.72º 0.57% 0.8% -
XYZ 44.33 55.06 17.52 -
YUV 186.58 72.37 129.01 -
System Red Green Blue C M Y K H S L
Decimal 188 205 88 0.08 0 0.57 0.20 68.72 0.54 0.57
Hex BC CD 58 8 0 39 14 45 36 39
Octal 274 315 130 10 0 71 24 105 66 71
Binary 10111100 11001101 1011000 1000 0 111001 10100 1000101 110110 111001

Color Harmonies of #BCCD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD58

Black with #BCCD58

Text Example


Text Example

White with #BCCD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD58; }

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

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

background-color css

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

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

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

border-color css

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

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

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