Html Css Color HEX #BDC664 Wild Willow

📋 copy color: '#BDC664'

red 189 ◦ green 198 ◦ blue 100

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

Shades of Wild Willow #BDC664

Tints of Wild Willow #BDC664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.53%

R = 38.81%
G = 40.66%
B = 20.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#BDC664 (or 0xBDC664) is known color: Wild Willow. HEX triplet: BD, C6 and 64. RGB value is (189,198,100). Sum of RGB (Red+Green+Blue) = 189+198+100=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC664 is #42399B. Grayscale: #B8B8B8. Windows color (decimal): -4340124 or 6604477. OLE color: 6604477.

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

Color convert

RGB 189 198 100 -
CMYK 0.05 0 0.49 0.22
HSL 65.51º 0.46% 0.58% -
HSV(B) 65.51º 0.49% 0.78% -
XYZ 43.48 52.13 19.83 -
YUV 184.14 80.52 131.47 -
System Red Green Blue C M Y K H S L
Decimal 189 198 100 0.05 0 0.49 0.22 65.51 0.46 0.58
Hex BD C6 64 5 0 31 16 42 2E 3A
Octal 275 306 144 5 0 61 26 102 56 72
Binary 10111101 11000110 1100100 101 0 110001 10110 1000010 101110 111010

Color Harmonies of #BDC664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC664

Black with #BDC664

Text Example


Text Example

White with #BDC664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC664; }

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

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

background-color css

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

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

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

border-color css

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

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

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