Html Css Color HEX #BCC258 Wild Willow

📋 copy color: '#BCC258'

red 188 ◦ green 194 ◦ blue 88

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

Shades of Wild Willow #BCC258

Tints of Wild Willow #BCC258

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.28%

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

R = 40%
G = 41.28%
B = 18.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#BCC258 (or 0xBCC258) is known color: Wild Willow. HEX triplet: BC, C2 and 58. RGB value is (188,194,88). Sum of RGB (Red+Green+Blue) = 188+194+88=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC258 is #433DA7. Grayscale: #B4B4B4. Windows color (decimal): -4406696 or 5817020. OLE color: 5817020.

HSL color Cylindrical-coordinate representation of color #BCC258: hue angle of 63.4º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC258 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 88 -
CMYK 0.03 0 0.55 0.24
HSL 63.4º 0.46% 0.55% -
HSV(B) 63.4º 0.55% 0.76% -
XYZ 41.79 49.98 16.68 -
YUV 180.12 76.01 133.62 -
System Red Green Blue C M Y K H S L
Decimal 188 194 88 0.03 0 0.55 0.24 63.4 0.46 0.55
Hex BC C2 58 3 0 37 18 3F 2E 37
Octal 274 302 130 3 0 67 30 77 56 67
Binary 10111100 11000010 1011000 11 0 110111 11000 111111 101110 110111

Color Harmonies of #BCC258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC258

Black with #BCC258

Text Example


Text Example

White with #BCC258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC258; }

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

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

background-color css

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

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

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

border-color css

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

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

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