Html Css Color HEX #BCD962 Wild Willow

📋 copy color: '#BCD962'

red 188 ◦ green 217 ◦ blue 98

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

Shades of Wild Willow #BCD962

Tints of Wild Willow #BCD962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.14%

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

R = 37.38%
G = 43.14%
B = 19.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#BCD962 (or 0xBCD962) is known color: Wild Willow. HEX triplet: BC, D9 and 62. RGB value is (188,217,98). Sum of RGB (Red+Green+Blue) = 188+217+98=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD962 is #43269D. Grayscale: #C3C3C3. Windows color (decimal): -4400798 or 6478268. OLE color: 6478268.

HSL color Cylindrical-coordinate representation of color #BCD962: hue angle of 74.62º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCD962 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 98 -
CMYK 0.13 0 0.55 0.15
HSL 74.62º 0.61% 0.62% -
HSV(B) 74.62º 0.55% 0.85% -
XYZ 47.76 61.2 20.85 -
YUV 194.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 188 217 98 0.13 0 0.55 0.15 74.62 0.61 0.62
Hex BC D9 62 D 0 37 F 4B 3D 3E
Octal 274 331 142 15 0 67 17 113 75 76
Binary 10111100 11011001 1100010 1101 0 110111 1111 1001011 111101 111110

Color Harmonies of #BCD962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD962

Black with #BCD962

Text Example


Text Example

White with #BCD962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD962; }

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

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

background-color css

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

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

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

border-color css

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

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

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