Html Css Color HEX #BCD769 Wild Willow

📋 copy color: '#BCD769'

red 188 ◦ green 215 ◦ blue 105

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

Shades of Wild Willow #BCD769

Tints of Wild Willow #BCD769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

 BLUE value IS 105 (41.41% from 255) = 20.67%

R = 37.01%
G = 42.32%
B = 20.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#BCD769 (or 0xBCD769) is known color: Wild Willow. HEX triplet: BC, D7 and 69. RGB value is (188,215,105). Sum of RGB (Red+Green+Blue) = 188+215+105=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD769 is #432896. Grayscale: #C2C2C2. Windows color (decimal): -4401303 or 6936508. OLE color: 6936508.

HSL color Cylindrical-coordinate representation of color #BCD769: hue angle of 74.73º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCD769 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 105 -
CMYK 0.13 0 0.51 0.16
HSL 74.73º 0.58% 0.63% -
HSV(B) 74.73º 0.51% 0.84% -
XYZ 47.59 60.31 22.5 -
YUV 194.39 77.55 123.44 -
System Red Green Blue C M Y K H S L
Decimal 188 215 105 0.13 0 0.51 0.16 74.73 0.58 0.63
Hex BC D7 69 D 0 33 10 4B 3A 3F
Octal 274 327 151 15 0 63 20 113 72 77
Binary 10111100 11010111 1101001 1101 0 110011 10000 1001011 111010 111111

Color Harmonies of #BCD769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD769

Black with #BCD769

Text Example


Text Example

White with #BCD769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD769; }

 p { color: rgb(188,215,105); }

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

background-color css

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

 a { background-color: rgb(188,215,105); }

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

border-color css

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

 span { border-color: rgb(188,215,105); }

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