Html Css Color HEX #BCD968 Wild Willow

📋 copy color: '#BCD968'

red 188 ◦ green 217 ◦ blue 104

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

Shades of Wild Willow #BCD968

Tints of Wild Willow #BCD968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.43%

R = 36.94%
G = 42.63%
B = 20.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#BCD968 (or 0xBCD968) is known color: Wild Willow. HEX triplet: BC, D9 and 68. RGB value is (188,217,104). Sum of RGB (Red+Green+Blue) = 188+217+104=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD968 is #432697. Grayscale: #C3C3C3. Windows color (decimal): -4400792 or 6871484. OLE color: 6871484.

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

Color convert

RGB 188 217 104 -
CMYK 0.13 0 0.52 0.15
HSL 75.4º 0.6% 0.63% -
HSV(B) 75.4º 0.52% 0.85% -
XYZ 48.05 61.32 22.4 -
YUV 195.45 76.39 122.69 -
System Red Green Blue C M Y K H S L
Decimal 188 217 104 0.13 0 0.52 0.15 75.4 0.6 0.63
Hex BC D9 68 D 0 34 F 4B 3C 3F
Octal 274 331 150 15 0 64 17 113 74 77
Binary 10111100 11011001 1101000 1101 0 110100 1111 1001011 111100 111111

Color Harmonies of #BCD968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD968

Black with #BCD968

Text Example


Text Example

White with #BCD968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD968; }

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

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

background-color css

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

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

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

border-color css

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

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

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