Html Css Color HEX #BDC163 Wild Willow

📋 copy color: '#BDC163'

red 189 ◦ green 193 ◦ blue 99

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

Shades of Wild Willow #BDC163

Tints of Wild Willow #BDC163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.12%

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

R = 39.29%
G = 40.12%
B = 20.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#BDC163 (or 0xBDC163) is known color: Wild Willow. HEX triplet: BD, C1 and 63. RGB value is (189,193,99). Sum of RGB (Red+Green+Blue) = 189+193+99=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC163 is #423E9C. Grayscale: #B5B5B5. Windows color (decimal): -4341405 or 6537661. OLE color: 6537661.

HSL color Cylindrical-coordinate representation of color #BDC163: hue angle of 62.55º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDC163 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 193 99 -
CMYK 0.02 0 0.49 0.24
HSL 62.55º 0.43% 0.57% -
HSV(B) 62.55º 0.49% 0.76% -
XYZ 42.31 49.86 19.2 -
YUV 181.09 81.67 133.64 -
System Red Green Blue C M Y K H S L
Decimal 189 193 99 0.02 0 0.49 0.24 62.55 0.43 0.57
Hex BD C1 63 2 0 31 18 3F 2B 39
Octal 275 301 143 2 0 61 30 77 53 71
Binary 10111101 11000001 1100011 10 0 110001 11000 111111 101011 111001

Color Harmonies of #BDC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC163

Black with #BDC163

Text Example


Text Example

White with #BDC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC163; }

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

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

background-color css

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

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

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

border-color css

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

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

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