Html Css Color HEX #BDC663 Wild Willow

📋 copy color: '#BDC663'

red 189 ◦ green 198 ◦ blue 99

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

Shades of Wild Willow #BDC663

Tints of Wild Willow #BDC663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.37%

R = 38.89%
G = 40.74%
B = 20.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#BDC663 (or 0xBDC663) is known color: Wild Willow. HEX triplet: BD, C6 and 63. RGB value is (189,198,99). Sum of RGB (Red+Green+Blue) = 189+198+99=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC663 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC663 is #42399C. Grayscale: #B8B8B8. Windows color (decimal): -4340125 or 6538941. OLE color: 6538941.

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

Color convert

RGB 189 198 99 -
CMYK 0.05 0 0.50 0.22
HSL 65.45º 0.46% 0.58% -
HSV(B) 65.45º 0.5% 0.78% -
XYZ 43.43 52.11 19.57 -
YUV 184.02 80.02 131.55 -
System Red Green Blue C M Y K H S L
Decimal 189 198 99 0.05 0 0.50 0.22 65.45 0.46 0.58
Hex BD C6 63 5 0 32 16 41 2E 3A
Octal 275 306 143 5 0 62 26 101 56 72
Binary 10111101 11000110 1100011 101 0 110010 10110 1000001 101110 111010

Color Harmonies of #BDC663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC663

Black with #BDC663

Text Example


Text Example

White with #BDC663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC663; }

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

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

background-color css

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

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

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

border-color css

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

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

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