Html Css Color HEX #BDC363 Wild Willow

📋 copy color: '#BDC363'

red 189 ◦ green 195 ◦ blue 99

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

Shades of Wild Willow #BDC363

Tints of Wild Willow #BDC363

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.37%

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

R = 39.13%
G = 40.37%
B = 20.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#BDC363 (or 0xBDC363) is known color: Wild Willow. HEX triplet: BD, C3 and 63. RGB value is (189,195,99). Sum of RGB (Red+Green+Blue) = 189+195+99=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 195 (76.56% from 255 or 40.37% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC363 is #423C9C. Grayscale: #B6B6B6. Windows color (decimal): -4340893 or 6538173. OLE color: 6538173.

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

Color convert

RGB 189 195 99 -
CMYK 0.03 0 0.49 0.24
HSL 63.75º 0.44% 0.58% -
HSV(B) 63.75º 0.49% 0.76% -
XYZ 42.75 50.75 19.35 -
YUV 182.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 189 195 99 0.03 0 0.49 0.24 63.75 0.44 0.58
Hex BD C3 63 3 0 31 18 40 2C 3A
Octal 275 303 143 3 0 61 30 100 54 72
Binary 10111101 11000011 1100011 11 0 110001 11000 1000000 101100 111010

Color Harmonies of #BDC363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC363

Black with #BDC363

Text Example


Text Example

White with #BDC363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC363; }

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

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

background-color css

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

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

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

border-color css

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

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

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