Html Css Color HEX #BDC757 Wild Willow

📋 copy color: '#BDC757'

red 189 ◦ green 199 ◦ blue 87

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

Shades of Wild Willow #BDC757

Tints of Wild Willow #BDC757

RGB

 RED value IS 189 (74.22% from 255) = 39.79%

 GREEN value IS 199 (78.13% from 255) = 41.89%

 BLUE value IS 87 (34.38% from 255) = 18.32%

R = 39.79%
G = 41.89%
B = 18.32%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#BDC757 (or 0xBDC757) is known color: Wild Willow. HEX triplet: BD, C7 and 57. RGB value is (189,199,87). Sum of RGB (Red+Green+Blue) = 189+199+87=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 199 (78.12% from 255 or 41.89% from 475); Blue value is 87 (34.38% from 255 or 18.32% from 475); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC757 is #4238A8. Grayscale: #B7B7B7. Windows color (decimal): -4339881 or 5752765. OLE color: 5752765.

HSL color Cylindrical-coordinate representation of color #BDC757: hue angle of 65.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDC757 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 87 -
CMYK 0.05 0 0.56 0.22
HSL 65.36º 0.5% 0.56% -
HSV(B) 65.36º 0.56% 0.78% -
XYZ 43.13 52.35 16.85 -
YUV 183.24 73.69 132.11 -
System Red Green Blue C M Y K H S L
Decimal 189 199 87 0.05 0 0.56 0.22 65.36 0.5 0.56
Hex BD C7 57 5 0 38 16 41 32 38
Octal 275 307 127 5 0 70 26 101 62 70
Binary 10111101 11000111 1010111 101 0 111000 10110 1000001 110010 111000

Color Harmonies of #BDC757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC757

Black with #BDC757

Text Example


Text Example

White with #BDC757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC757; }

 p { color: rgb(189,199,87); }

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

background-color css

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

 a { background-color: rgb(189,199,87); }

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

border-color css

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

 span { border-color: rgb(189,199,87); }

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