Html Css Color HEX #BDC756 Wild Willow

📋 copy color: '#BDC756'

red 189 ◦ green 199 ◦ blue 86

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

Shades of Wild Willow #BDC756

Tints of Wild Willow #BDC756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.14%

R = 39.87%
G = 41.98%
B = 18.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#BDC756 (or 0xBDC756) is known color: Wild Willow. HEX triplet: BD, C7 and 56. RGB value is (189,199,86). Sum of RGB (Red+Green+Blue) = 189+199+86=474 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.87% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC756 is #4238A9. Grayscale: #B7B7B7. Windows color (decimal): -4339882 or 5687229. OLE color: 5687229.

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

Color convert

RGB 189 199 86 -
CMYK 0.05 0 0.57 0.22
HSL 65.31º 0.5% 0.56% -
HSV(B) 65.31º 0.57% 0.78% -
XYZ 43.09 52.34 16.64 -
YUV 183.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 189 199 86 0.05 0 0.57 0.22 65.31 0.5 0.56
Hex BD C7 56 5 0 39 16 41 32 38
Octal 275 307 126 5 0 71 26 101 62 70
Binary 10111101 11000111 1010110 101 0 111001 10110 1000001 110010 111000

Color Harmonies of #BDC756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC756

Black with #BDC756

Text Example


Text Example

White with #BDC756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC756; }

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

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

background-color css

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

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

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

border-color css

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

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

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