Html Css Color HEX #BCD458 Wild Willow

📋 copy color: '#BCD458'

red 188 ◦ green 212 ◦ blue 88

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

Shades of Wild Willow #BCD458

Tints of Wild Willow #BCD458

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.44%

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

R = 38.52%
G = 43.44%
B = 18.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#BCD458 (or 0xBCD458) is known color: Wild Willow. HEX triplet: BC, D4 and 58. RGB value is (188,212,88). Sum of RGB (Red+Green+Blue) = 188+212+88=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD458 is #432BA7. Grayscale: #BFBFBF. Windows color (decimal): -4402088 or 5821628. OLE color: 5821628.

HSL color Cylindrical-coordinate representation of color #BCD458: hue angle of 71.61º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCD458 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 88 -
CMYK 0.11 0 0.58 0.17
HSL 71.61º 0.59% 0.59% -
HSV(B) 71.61º 0.58% 0.83% -
XYZ 46.04 58.48 18.09 -
YUV 190.69 70.05 126.08 -
System Red Green Blue C M Y K H S L
Decimal 188 212 88 0.11 0 0.58 0.17 71.61 0.59 0.59
Hex BC D4 58 B 0 3A 11 48 3B 3B
Octal 274 324 130 13 0 72 21 110 73 73
Binary 10111100 11010100 1011000 1011 0 111010 10001 1001000 111011 111011

Color Harmonies of #BCD458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD458

Black with #BCD458

Text Example


Text Example

White with #BCD458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD458; }

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

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

background-color css

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

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

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

border-color css

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

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

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