Html Css Color HEX #BDC666 Wild Willow

📋 copy color: '#BDC666'

red 189 ◦ green 198 ◦ blue 102

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

Shades of Wild Willow #BDC666

Tints of Wild Willow #BDC666

RGB

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

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

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

R = 38.65%
G = 40.49%
B = 20.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#BDC666 (or 0xBDC666) is known color: Wild Willow. HEX triplet: BD, C6 and 66. RGB value is (189,198,102). Sum of RGB (Red+Green+Blue) = 189+198+102=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC666 is #423999. Grayscale: #B8B8B8. Windows color (decimal): -4340122 or 6735549. OLE color: 6735549.

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

Color convert

RGB 189 198 102 -
CMYK 0.05 0 0.48 0.22
HSL 65.63º 0.46% 0.59% -
HSV(B) 65.63º 0.48% 0.78% -
XYZ 43.58 52.17 20.34 -
YUV 184.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 189 198 102 0.05 0 0.48 0.22 65.63 0.46 0.59
Hex BD C6 66 5 0 30 16 42 2E 3B
Octal 275 306 146 5 0 60 26 102 56 73
Binary 10111101 11000110 1100110 101 0 110000 10110 1000010 101110 111011

Color Harmonies of #BDC666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC666

Black with #BDC666

Text Example


Text Example

White with #BDC666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC666; }

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

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

background-color css

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

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

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

border-color css

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

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

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