Html Css Color HEX #BCD262 Wild Willow

📋 copy color: '#BCD262'

red 188 ◦ green 210 ◦ blue 98

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

Shades of Wild Willow #BCD262

Tints of Wild Willow #BCD262

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.34%

 BLUE value IS 98 (38.67% from 255) = 19.76%

R = 37.9%
G = 42.34%
B = 19.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#BCD262 (or 0xBCD262) is known color: Wild Willow. HEX triplet: BC, D2 and 62. RGB value is (188,210,98). Sum of RGB (Red+Green+Blue) = 188+210+98=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 98 (38.67% from 255 or 19.76% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD262 is #432D9D. Grayscale: #BFBFBF. Windows color (decimal): -4402590 or 6476476. OLE color: 6476476.

HSL color Cylindrical-coordinate representation of color #BCD262: hue angle of 71.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCD262 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 98 -
CMYK 0.10 0 0.53 0.18
HSL 71.79º 0.55% 0.6% -
HSV(B) 71.79º 0.53% 0.82% -
XYZ 45.99 57.67 20.26 -
YUV 190.65 75.71 126.11 -
System Red Green Blue C M Y K H S L
Decimal 188 210 98 0.10 0 0.53 0.18 71.79 0.55 0.6
Hex BC D2 62 A 0 35 12 48 37 3C
Octal 274 322 142 12 0 65 22 110 67 74
Binary 10111100 11010010 1100010 1010 0 110101 10010 1001000 110111 111100

Color Harmonies of #BCD262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD262

Black with #BCD262

Text Example


Text Example

White with #BCD262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD262; }

 p { color: rgb(188,210,98); }

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

background-color css

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

 a { background-color: rgb(188,210,98); }

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

border-color css

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

 span { border-color: rgb(188,210,98); }

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