Html Css Color HEX #BDC466 Wild Willow

📋 copy color: '#BDC466'

red 189 ◦ green 196 ◦ blue 102

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

Shades of Wild Willow #BDC466

Tints of Wild Willow #BDC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.25%

 BLUE value IS 102 (40.23% from 255) = 20.94%

R = 38.81%
G = 40.25%
B = 20.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#BDC466 (or 0xBDC466) is known color: Wild Willow. HEX triplet: BD, C4 and 66. RGB value is (189,196,102). Sum of RGB (Red+Green+Blue) = 189+196+102=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC466 is #423B99. Grayscale: #B7B7B7. Windows color (decimal): -4340634 or 6735037. OLE color: 6735037.

HSL color Cylindrical-coordinate representation of color #BDC466: hue angle of 64.47º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC466 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 102 -
CMYK 0.04 0 0.48 0.23
HSL 64.47º 0.44% 0.58% -
HSV(B) 64.47º 0.48% 0.77% -
XYZ 43.12 51.26 20.19 -
YUV 183.19 82.18 132.14 -
System Red Green Blue C M Y K H S L
Decimal 189 196 102 0.04 0 0.48 0.23 64.47 0.44 0.58
Hex BD C4 66 4 0 30 17 40 2C 3A
Octal 275 304 146 4 0 60 27 100 54 72
Binary 10111101 11000100 1100110 100 0 110000 10111 1000000 101100 111010

Color Harmonies of #BDC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC466

Black with #BDC466

Text Example


Text Example

White with #BDC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC466; }

 p { color: rgb(189,196,102); }

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

background-color css

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

 a { background-color: rgb(189,196,102); }

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

border-color css

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

 span { border-color: rgb(189,196,102); }

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