Html Css Color HEX #BDC661 Wild Willow

📋 copy color: '#BDC661'

red 189 ◦ green 198 ◦ blue 97

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

Shades of Wild Willow #BDC661

Tints of Wild Willow #BDC661

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.91%

 BLUE value IS 97 (38.28% from 255) = 20.04%

R = 39.05%
G = 40.91%
B = 20.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#BDC661 (or 0xBDC661) is known color: Wild Willow. HEX triplet: BD, C6 and 61. RGB value is (189,198,97). Sum of RGB (Red+Green+Blue) = 189+198+97=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC661 is #42399E. Grayscale: #B8B8B8. Windows color (decimal): -4340127 or 6407869. OLE color: 6407869.

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

Color convert

RGB 189 198 97 -
CMYK 0.05 0 0.51 0.22
HSL 65.35º 0.47% 0.58% -
HSV(B) 65.35º 0.51% 0.78% -
XYZ 43.34 52.07 19.08 -
YUV 183.8 79.02 131.71 -
System Red Green Blue C M Y K H S L
Decimal 189 198 97 0.05 0 0.51 0.22 65.35 0.47 0.58
Hex BD C6 61 5 0 33 16 41 2F 3A
Octal 275 306 141 5 0 63 26 101 57 72
Binary 10111101 11000110 1100001 101 0 110011 10110 1000001 101111 111010

Color Harmonies of #BDC661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC661

Black with #BDC661

Text Example


Text Example

White with #BDC661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC661; }

 p { color: rgb(189,198,97); }

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

background-color css

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

 a { background-color: rgb(189,198,97); }

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

border-color css

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

 span { border-color: rgb(189,198,97); }

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